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 loewis
Recipients loewis, wfspotz
Date 2009-12-03.19:37:40
SpamBayes Score 0.00021059852
Marked as misclassified No
Message-id <1259869062.05.0.423226294601.issue7428@psf.upfronthosting.co.za>
In-reply-to
Content
optparse itself is a pure-python library, so it can't possibly cause
memory errors. 

Thanks for the report, but there isn't any realistic chance that we can
do anything with it. So closing it as won't fix.

If you want to debug it further, I would run a debug version of malloc.
Not sure whether OSX comes with one (apart from Python's own memory
debugging), if not, I'd use a memory debugger on a different platform.
History
Date User Action Args
2009-12-03 19:37:42loewissetrecipients: + loewis, wfspotz
2009-12-03 19:37:42loewissetmessageid: <1259869062.05.0.423226294601.issue7428@psf.upfronthosting.co.za>
2009-12-03 19:37:40loewislinkissue7428 messages
2009-12-03 19:37:40loewiscreate