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 neologix
Recipients BreamoreBoy, ezio.melotti, neologix, python-dev, sbt, vstinner
Date 2014-07-24.19:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1JbmwC_QscdM8bgv3gA=A=Syud2voK5iDq1Ct=zzrsBg@mail.gmail.com>
In-reply-to <1406231403.44.0.634037347863.issue18174@psf.upfronthosting.co.za>
Content
> Why not using os.fstat() instead of os.dup() to check if a file descriptor is open or not?

I asked myself the same question, but IIRC, fstat() doesn't always
work on Windows (of course).
History
Date User Action Args
2014-07-24 19:53:44neologixsetrecipients: + neologix, vstinner, ezio.melotti, BreamoreBoy, python-dev, sbt
2014-07-24 19:53:44neologixlinkissue18174 messages
2014-07-24 19:53:44neologixcreate