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 bbrazil
Recipients bbrazil
Date 2010-11-01.11:05:37
SpamBayes Score 0.024399785
Marked as misclassified No
Message-id <1288609541.61.0.0926473508051.issue10277@psf.upfronthosting.co.za>
In-reply-to
Content
If saxutils.prepare_input_source is passed a filename or url, it'll end up leaking an fd via IncrementalParser.parse and ExpatParser.parse. This can be seen by enabling resource warnings and running test_sax.

This should be fixed.
History
Date User Action Args
2010-11-01 11:05:42bbrazilsetrecipients: + bbrazil
2010-11-01 11:05:41bbrazilsetmessageid: <1288609541.61.0.0926473508051.issue10277@psf.upfronthosting.co.za>
2010-11-01 11:05:38bbrazillinkissue10277 messages
2010-11-01 11:05:38bbrazilcreate