]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-111436)
authorAnthony Shaw <anthony.p.shaw@gmail.com>
Thu, 2 Nov 2023 00:09:01 +0000 (09:09 +0900)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 00:09:01 +0000 (00:09 +0000)
commit230e8e924dbafe093fd1cc7b6c510dc0b9ec0caf
treec29c9b40b9f3bf85884bdc51aa654d579222179b
parent9322ce90ac8f4d4647a59bbfab48fad6f4e4e856
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-111436)

This only affects users of the APIs in pycore_crossinterp.h (AKA _xxsubinterpretersmodule.c and _xxinterpchannels.c).
Lib/test/test__xxsubinterpreters.py
Lib/test/test_interpreters.py
Misc/NEWS.d/next/Core and Builtins/2023-10-29-11-35-21.gh-issue-111435.ageUWQ.rst [new file with mode: 0644]
Python/crossinterp.c