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 amaury.forgeotdarc
Recipients alexis.d, amaury.forgeotdarc, brian.curtin, neologix, r.david.murray
Date 2012-03-29.09:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333013548.31.0.773044743777.issue14433@psf.upfronthosting.co.za>
In-reply-to
Content
sys.stdin and others are created with "closefd=False", so close() has no effect.  Try os.close(0) instead...
History
Date User Action Args
2012-03-29 09:32:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, r.david.murray, brian.curtin, neologix, alexis.d
2012-03-29 09:32:28amaury.forgeotdarcsetmessageid: <1333013548.31.0.773044743777.issue14433@psf.upfronthosting.co.za>
2012-03-29 09:32:27amaury.forgeotdarclinkissue14433 messages
2012-03-29 09:32:27amaury.forgeotdarccreate