-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
Description
Bug report
Bug description:
I'm not sure whether we should release the GIL in every Windows API call, but for specific Windows API calls, sometimes the GIL gets released, like here, and sometimes it doesn't, like here.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Wulian233