Uh oh!
There was an error while loading. Please reload this page.
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix - #28545
Conversation
vstinner
commented
Sep 24, 2021
vstinner
commented
Sep 24, 2021
The PR #28526 LGTM, but I propose to write the @Livius90: Is it better? What do you think? |
Livius90
commented
Sep 24, 2021
I can not say that the new Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS |
Replace outdated select() to use nanosleep() for sleep implementation in Unix
vstinner
commented
Sep 24, 2021
Ok, I moved err closer to the function call. |
Livius90
commented
Sep 25, 2021
I think, It is much better, thanks. |
vstinner
commented
Sep 25, 2021
Thanks @Livius90! I merged the PR based on your PR :-) I also updated the documentation. |
https://bugs.python.org/issue21302