Message223881
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. |
|
Date |
User |
Action |
Args |
2014-07-24 19:50:03 | vstinner | set | recipients:
+ vstinner, ezio.melotti, neologix, BreamoreBoy, python-dev, sbt |
2014-07-24 19:50:03 | vstinner | set | messageid: <1406231403.44.0.634037347863.issue18174@psf.upfronthosting.co.za> |
2014-07-24 19:50:03 | vstinner | link | issue18174 messages |
2014-07-24 19:50:03 | vstinner | create | |
|