]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-115649: Copy the filename into main interpreter before intern in import...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2024 17:00:26 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 17:00:26 +0000 (22:30 +0530)
commit9172bc35c669b7706d7122d4f0a90f065700a474
tree59576ed22bacb8d28d01b213bf74074055a58d12
parentf7ba3233a2b6cd6e19c47253d8ab627cd1802ca8
[3.13] gh-115649: Copy the filename into main interpreter before intern in import.c (GH-120315) (#120652)

gh-115649: Copy the filename into main interpreter before intern in import.c (GH-120315)
(cherry picked from commit 28140d1f2da1766bfbb83f58779f15255c73c871)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_import/__init__.py
Python/import.c