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 srid
Recipients georg.brandl, srid
Date 2009-07-30.03:11:25
SpamBayes Score 0.1269809
Marked as misclassified No
Message-id <1248923486.75.0.829804654043.issue6600@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting. If add the line:

  newmode = PyMem_MALLOC(4);

next to the existing line:

  newmode = PyMem_MALLOC(strlen(mode) + 3);

there is no MemoryError!
History
Date User Action Args
2009-07-30 03:11:26sridsetrecipients: + srid, georg.brandl
2009-07-30 03:11:26sridsetmessageid: <1248923486.75.0.829804654043.issue6600@psf.upfronthosting.co.za>
2009-07-30 03:11:25sridlinkissue6600 messages
2009-07-30 03:11:25sridcreate