summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2023-11-02 00:09:01 (GMT)
committerGitHub <noreply@github.com>2023-11-02 00:09:01 (GMT)
commit230e8e924dbafe093fd1cc7b6c510dc0b9ec0caf (patch)
treec29c9b40b9f3bf85884bdc51aa654d579222179b /Misc
parent9322ce90ac8f4d4647a59bbfab48fad6f4e4e856 (diff)
downloadcpython-230e8e924dbafe093fd1cc7b6c510dc0b9ec0caf.zip
cpython-230e8e924dbafe093fd1cc7b6c510dc0b9ec0caf.tar.gz
cpython-230e8e924dbafe093fd1cc7b6c510dc0b9ec0caf.tar.bz2
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).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-10-29-11-35-21.gh-issue-111435.ageUWQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-29-11-35-21.gh-issue-111435.ageUWQ.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-29-11-35-21.gh-issue-111435.ageUWQ.rst
new file mode 100644
index 0000000..95044dc
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-29-11-35-21.gh-issue-111435.ageUWQ.rst
@@ -0,0 +1 @@
+Added support for sharing of bool type with interpreters API.