Message304439
I have added a Pull Request fixing this issue. The current implementation is checking in the syscall if the value for ms before rounding was negative.
To test for this, I call poll.poll in a thread and check that the thread is alive after a join with timeout (so this means it has blocked). Then to clean up, I write to a pipe and therefore it unblocks.
The implementation is available in the PR:
https://github.com/python/cpython/pull/4003 |
|
Date |
User |
Action |
Args |
2017-10-15 14:13:38 | pablogsal | set | recipients:
+ pablogsal, vstinner, berker.peksag, serhiy.storchaka |
2017-10-15 14:13:38 | pablogsal | set | messageid: <1508076818.72.0.213398074469.issue31786@psf.upfronthosting.co.za> |
2017-10-15 14:13:38 | pablogsal | link | issue31786 messages |
2017-10-15 14:13:38 | pablogsal | create | |
|