Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
I've reviewed themain
branch and the GIL isn't released:https://github.com/python/cpython/blob/main/Modules/posixmodule.c#L7060
The forum thread:https://discuss.python.org/t/does-the-os-sched-yield-release-the-gil/18301
Expected: The GIL is released before sched_yield() and acquired after that.