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, brian.curtin, pitrou
Date 2010-10-31.16:06:02
SpamBayes Score 1.877112e-06
Marked as misclassified No
Message-id <1288541164.04.0.162930376445.issue10265@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, if you pass in a fd it'll be closed by the __del__. My patch no longer does this so any use of the module depending on this behaviour could leak an fd. However, noone seems to use the module that way.

V2 attached.
History
Date User Action Args
2010-10-31 16:06:04bbrazilsetrecipients: + bbrazil, pitrou, brian.curtin
2010-10-31 16:06:04bbrazilsetmessageid: <1288541164.04.0.162930376445.issue10265@psf.upfronthosting.co.za>
2010-10-31 16:06:02bbrazillinkissue10265 messages
2010-10-31 16:06:02bbrazilcreate