Re: [Zope-dev] [ZODB-Dev] SVN: ZODB/trunk/ Note split of persistent.
-----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 tseaver@palladion.com 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-----
participants (1)
-
Tres Seaver