]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138192: Fix Context initialization so that all subinterpreters are assigned the...
authorDonghee Na <donghee.na@python.org>
Thu, 4 Sep 2025 17:19:30 +0000 (02:19 +0900)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 17:19:30 +0000 (17:19 +0000)
commitf070f54c5f4a42c7c61d1d5d3b8f3b7203b4a0fb
tree2ece89f9d10ffe338279909c073f326d7c947453
parent9d6b94afe7d835f406ab86c7fee1cb7fdb87922b
gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503)

---------

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_interpreters/test_api.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-05-01-19-04.gh-issue-138192.erluq5.rst [new file with mode: 0644]
Python/context.c