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 vstinner
Recipients BreamoreBoy, ezio.melotti, neologix, python-dev, sbt, vstinner
Date 2014-07-24.19:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Why not using os.fstat() instead of os.dup() to check if a file descriptor is open or not?

It's strange to create a new file descriptor with os.dup() to count the file descriptors.
History
Date User Action Args
2014-07-24 19:50:03vstinnersetrecipients: + vstinner, ezio.melotti, neologix, BreamoreBoy, python-dev, sbt
2014-07-24 19:50:03vstinnersetmessageid: <[email protected]>
2014-07-24 19:50:03vstinnerlinkissue18174 messages
2014-07-24 19:50:03vstinnercreate