Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.13] pythongh-121592: Make select.poll() and related objects thread…
…-safe (pythonGH-121594) (python#121623) 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 (pythongh-121544). (cherry picked from commit 44937d1) Co-authored-by: Sam Gross <[email protected]>
- Loading branch information