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 jnoller
Recipients OG7, grahamd, i000, jnoller, ptn
Date 2009-06-19.15:14:54
SpamBayes Score 9.69015e-07
Marked as misclassified No
Message-id <1245424497.1.0.924978647685.issue5313@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch which calls close() first, and then attempts to close 
the fd. In the case of an attribute errors (fileno doesn't exist) we 
simply set it to devnull. 

This is just a thought, feedback welcome - right now this allows this 
fixes issue 5155 and 5331 (and this issue)
History
Date User Action Args
2009-06-19 15:14:57jnollersetrecipients: + jnoller, OG7, grahamd, ptn, i000
2009-06-19 15:14:57jnollersetmessageid: <1245424497.1.0.924978647685.issue5313@psf.upfronthosting.co.za>
2009-06-19 15:14:55jnollerlinkissue5313 messages
2009-06-19 15:14:54jnollercreate