Message 223881 - Python tracker
Message223881
| 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 | <1406231403.44.0.634037347863.issue18174@psf.upfronthosting.co.za> |
| 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: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 | |