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 javen72
Recipients amaury.forgeotdarc, eckhardt, ggenellina, javen72
Date 2009-01-22.02:58:28
SpamBayes Score 1.0382722e-09
Marked as misclassified No
Message-id <1232593110.04.0.601078190268.issue4944@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using Python2.5 in which close_fds is not available in Windows. And
I cannot use Python2.6 because I need to redirect the stdout and stderr
and there's performance concern.

I have questions on the root cause:

  a. why doesn't fopen() has sharing issue?
  b. why don't os.close() and FileObject.close() really close the file?
History
Date User Action Args
2009-01-22 02:58:30javen72setrecipients: + javen72, amaury.forgeotdarc, ggenellina, eckhardt
2009-01-22 02:58:30javen72setmessageid: <1232593110.04.0.601078190268.issue4944@psf.upfronthosting.co.za>
2009-01-22 02:58:29javen72linkissue4944 messages
2009-01-22 02:58:28javen72create