Message224239
fstat() can do I/O, or can fail for other reasons. If you don't want to create a new fd, I think you can do dup2(fd, fd).
I don't understand the reason for the following code:
+ def check_handle_deltas(deltas):
+ return abs(sum(deltas)) >= min(3, len(deltas))
Can you add a comment? |
|
Date |
User |
Action |
Args |
2014-07-29 18:31:44 | pitrou | set | recipients:
+ pitrou, vstinner, ezio.melotti, neologix, BreamoreBoy, python-dev, sbt |
2014-07-29 18:31:43 | pitrou | set | messageid: <1406658703.95.0.729895108299.issue18174@psf.upfronthosting.co.za> |
2014-07-29 18:31:43 | pitrou | link | issue18174 messages |
2014-07-29 18:31:43 | pitrou | create | |
|