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 pitrou
Recipients Jeong-Min.Lee, gregory.p.smith, janwijbrand, neologix, pitrou
Date 2013-08-28.18:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377713368.65.0.987352134441.issue18851@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder how the closing works under Windows. os.close() is called on handles returned by _get_handles(), but those are Windowns HANDLE values, not C file descriptors: os.close() probably fails on them (don't have a Windows VM to check, sorry). I guess the HANDLEs are then leaked...
History
Date User Action Args
2013-08-28 18:09:28pitrousetrecipients: + pitrou, gregory.p.smith, neologix, janwijbrand, Jeong-Min.Lee
2013-08-28 18:09:28pitrousetmessageid: <1377713368.65.0.987352134441.issue18851@psf.upfronthosting.co.za>
2013-08-28 18:09:28pitroulinkissue18851 messages
2013-08-28 18:09:28pitroucreate