diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-07-11 14:44:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 14:44:54 (GMT) |
commit | 3b5f8d256c534e9b2baa64ec151da0d590213667 (patch) | |
tree | 2f5f211df90fc6851a696e90edcd6ceae7942767 /Python/Python-ast.c | |
parent | 261c8e9d476653a48c775f4b1820c0554bae232a (diff) | |
download | cpython-3b5f8d256c534e9b2baa64ec151da0d590213667.zip cpython-3b5f8d256c534e9b2baa64ec151da0d590213667.tar.gz cpython-3b5f8d256c534e9b2baa64ec151da0d590213667.tar.bz2 |
[3.13] gh-121592: Make select.poll() and related objects thread-safe (GH-121594) (#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
(gh-121544).
(cherry picked from commit 44937d11a6a045a624918db78aa36e715ffabcd4)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions