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 fatlotus
Recipients ezio.melotti, fatlotus, mrabarnett
Date 2013-03-05.21:47:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362520048.77.0.430567108666.issue17360@psf.upfronthosting.co.za>
In-reply-to
Content
I've recently been having problems with the Python regular expressions module when mmap'ing large (> 2^32 bits) on Linux.

Steps to reproduce:

https://gist.github.com/fatlotus/5094575

I've been able to replicate it on Ubuntu Linux (uname -r = 3.5.0-23-generic). Naturally, this is on a 64-bit platform with Python 2.7.3 installed from APT.
History
Date User Action Args
2013-03-05 21:47:28fatlotussetrecipients: + fatlotus, ezio.melotti, mrabarnett
2013-03-05 21:47:28fatlotussetmessageid: <1362520048.77.0.430567108666.issue17360@psf.upfronthosting.co.za>
2013-03-05 21:47:28fatlotuslinkissue17360 messages
2013-03-05 21:47:28fatlotuscreate