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 vstinner
Date 2008-07-06.16:30:18
SpamBayes Score 1.6362445e-05
Marked as misclassified No
Message-id <1215361822.52.0.122745729251.issue3304@psf.upfronthosting.co.za>
In-reply-to
Content
fileio_init() calls PyMem_Free(name); whereas name comes from 
PyArg_ParseTupleAndKeywords().

Attached patch removes this invalid call.

The bug may also affect Python3.0.
History
Date User Action Args
2008-07-06 16:30:22vstinnersetspambayes_score: 1.63624e-05 -> 1.6362445e-05
recipients: + vstinner
2008-07-06 16:30:22vstinnersetspambayes_score: 1.63624e-05 -> 1.63624e-05
messageid: <1215361822.52.0.122745729251.issue3304@psf.upfronthosting.co.za>
2008-07-06 16:30:18vstinnerlinkissue3304 messages
2008-07-06 16:30:18vstinnercreate