]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115649: Copy the filename into main interpreter before intern in import.c (#120315)
authorAN Long <aisk@users.noreply.github.com>
Mon, 17 Jun 2024 15:57:22 +0000 (23:57 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:57:22 +0000 (21:27 +0530)
commit28140d1f2da1766bfbb83f58779f15255c73c871
treee07c20792db7703f79675f9bf49447b8ecd46c77
parent95737bbf18765a24b6585708588c9b707dc30d27
gh-115649: Copy the filename into main interpreter before intern in import.c (#120315)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_import/__init__.py
Python/import.c