]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main_...
authorBrian Schubert <brianm.schubert@gmail.com>
Tue, 24 Jun 2025 18:53:14 +0000 (14:53 -0400)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 18:53:14 +0000 (12:53 -0600)
commit4e6f0d116e9725efb2d8eb6c3274aa3c024a6fb4
treea2c1a7336513ed060583a83305ecd7270da52b7c
parentfea5ccc55d8486300beb1d0254da030a4da10394
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)
Lib/test/test__interpreters.py
Misc/NEWS.d/next/Library/2025-06-23-10-19-11.gh-issue-135855.-J0AGF.rst [new file with mode: 0644]
Modules/_interpretersmodule.c
Python/crossinterp.c