]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jun 2025 19:19:31 +0000 (21:19 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 19:19:31 +0000 (19:19 +0000)
commit090a42b5eb418cf9436c8e5deac49bfd866a0bcc
tree636ae57df514eece513e03f98f84a1a9cdda214e
parentfa74331a4c9ff5692a293befb2659ed2f341097e
[3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135900)

(cherry picked from commit 4e6f0d116, AKA gh-135856)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
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