]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 May 2023 09:24:28 +0000 (02:24 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 09:24:28 +0000 (09:24 +0000)
commit905d419cac0e2617ee07c8a478e132793878a875
treea572f2c30c663e5235c718fd0322d6458032c78b
parent25b5ce72c9b1c31d5d23b4dcaacafc07690e73e1
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)

GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)
(cherry picked from commit 357bed0bcd3c5d7c4a8caad451754a9a172aca3e)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Doc/c-api/veryhigh.rst
Doc/whatsnew/3.12.rst
Misc/NEWS.d/next/C API/2023-05-19-10-22-34.gh-issue-104668.MLX1g9.rst [new file with mode: 0644]
Parser/myreadline.c