gh-121592: Make select.poll() and related objects thread-safe (#121594)
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).
S
Sam Gross committed
44937d11a6a045a624918db78aa36e715ffabcd4
Parent: e6264b4
Committed by GitHub <noreply@github.com>
on 7/11/2024, 2:21:09 PM