Re: [ZODB-Dev] SVN: ZODB/trunk/ Note split of persistent.

Tres Seaver <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/25/2012 10:24 AM, Hanno Schlichting wrote:
> Could you add zope.wineggbuilder on PyPi as a maintainer to the new 
> standalone persistent package? That way we can automatically build 
> Windows eggs for it, the same way we do for all other packages with C 
> extensions.

Done.

>>>>>> type(1073741697 * 1024)
>>> <type 'int'>
>>> 
>>> What does that yield on the Windows box?
> 
> <type 'long'> sys.maxint is 2**31 - 1


FWIW, 1073741697 * 1024 requires 40-bits, which obviously won't fit into
an int on 32-bit Windows.  It is also an absurdly large size for a
pickle:  we could probably just use 1073741697 * 4 for that test.



Tres.
- -- 
===================================================================
Tres Seaver          +1 540-429-0999          [email protected]
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlA5JvsACgkQ+gerLs4ltQ6GRACgvzYP+t4ifDS6E1kZDtIXcJtd
d8AAnj0RwHopptEbEh9wb3f0DWiYJKsu
=gBVm
-----END PGP SIGNATURE-----
_______________________________________________
Zope-Dev maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.