summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-07-11 14:21:09 (GMT)
committerGitHub <noreply@github.com>2024-07-11 14:21:09 (GMT)
commit44937d11a6a045a624918db78aa36e715ffabcd4 (patch)
treed071b71be090d80846445617923e276b78f5da46 /Python/pythonrun.c
parente6264b44dc7221c713b14dfa0f5929b33d362829 (diff)
downloadcpython-44937d11a6a045a624918db78aa36e715ffabcd4.zip
cpython-44937d11a6a045a624918db78aa36e715ffabcd4.tar.gz
cpython-44937d11a6a045a624918db78aa36e715ffabcd4.tar.bz2
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).
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions