]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Add free-threaded specialization for `SEND` (gh-127426)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 3 Dec 2024 18:25:12 +0000 (10:25 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 18:25:12 +0000 (10:25 -0800)
commit276cd66ccbbf85996a57bd1db3dd29b93a6eab64
treea8f7f3676314b21b546c77e5928f28a5efff52e2
parent13b68e1a61e92a032d255aff5d5af435bbb63e8b
gh-115999: Add free-threaded specialization for `SEND` (gh-127426)

No additional thread safety changes are required.  Note that sending to
a generator that is shared between threads is currently not safe in the
free-threaded build.
Lib/test/test_opcache.py
Python/bytecodes.c
Python/generated_cases.c.h
Python/specialize.c