Commit 3b5f8d2
This makes select.poll() and kqueue() objects thread-safe in the
free-threaded build. Note that calling close() concurrently with other
functions is still not thread-safe due to races on file descriptors
(gh-121544).
(cherry picked from commit 44937d1)
Co-authored-by: Sam Gross <[email protected]>
1 parent 261c8e9 commit 3b5f8d2
2 files changed
Lines changed: 96 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments