]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
authorAnthony Shaw <anthony.p.shaw@gmail.com>
Tue, 31 Oct 2023 14:17:20 +0000 (23:17 +0900)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 14:17:20 +0000 (08:17 -0600)
commitad6380bc340900e0977ce54928b0d3e166c7cf99
tree530b5c2f5bbd60627e5cad9a266304a95e0e2368
parent2904d99839cd4620818fd0556a1c0b0229944abc
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)

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-12-33-33.gh-issue-111438.bHTLLl.rst [new file with mode: 0644]
Python/crossinterp.c