This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrabarnett
Recipients akitada, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-10-14.15:42:29
SpamBayes Score 8.011281e-06
Marked as misclassified No
Message-id <1287070952.48.0.17320157943.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I am not able to build or test a 64-bit version. The update was to the source files to ensure that if it is compiled for 64 bits then the string positions will also be 64-bit.

This change was prompted by a poster who tried to use the re module of a 64-bit Python build on a 30GB memmapped file but found that the string positions were still limited to 32 bits.

It looked like a 64-bit build of the regex module would have the same limitation.
History
Date User Action Args
2010-10-14 15:42:32mrabarnettsetrecipients: + mrabarnett, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, jhalcrow
2010-10-14 15:42:32mrabarnettsetmessageid: <1287070952.48.0.17320157943.issue2636@psf.upfronthosting.co.za>
2010-10-14 15:42:29mrabarnettlinkissue2636 messages
2010-10-14 15:42:29mrabarnettcreate