]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Sep 2025 12:30:04 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 12:30:04 +0000 (15:30 +0300)
commitcddb7e6a7a6bb7a79063f1971772bc1583043376
tree1f4bb4171442b8d4f17d4899173b0fa2f277d85a
parentb6fa945ff9f4ee97b6d4e8ea2a6d9373e0b14003
[3.14] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503) (#138505)

Co-authored-by: Donghee Na <donghee.na@python.org>
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