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 vstinner
Recipients David.Edelsohn, belopolsky, eryksun, larry, serhiy.storchaka, steve.dower, vstinner
Date 2015-09-08.15:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441727061.16.0.662211059529.issue25029@psf.upfronthosting.co.za>
In-reply-to
Content
My test runs the following command on Linux (Fedora 22):

make && bash -c 'ulimit -v 1000000; ./python -u -m test -v test_strptime' 

* current default branch (rev 3c0c153d6b02): MemoryError
* with 25029_1.patch: the test pass
History
Date User Action Args
2015-09-08 15:44:21vstinnersetrecipients: + vstinner, belopolsky, larry, serhiy.storchaka, eryksun, steve.dower, David.Edelsohn
2015-09-08 15:44:21vstinnersetmessageid: <1441727061.16.0.662211059529.issue25029@psf.upfronthosting.co.za>
2015-09-08 15:44:21vstinnerlinkissue25029 messages
2015-09-08 15:44:21vstinnercreate