]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 May 2025 15:08:40 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 15:08:40 +0000 (20:38 +0530)
commit8d51ed6b050b2678a8c1ad22b739554171a563cc
tree3f22794233b78c4a18b522f8b39f651d4216ff19
parentbf39decabdc7feff3a7441fa93136c22596c2d67
[3.14] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134171)

gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117)
(cherry picked from commit 4e9005d32ff466925f40af410f2ea6bf2329bcf8)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Lib/test/test_importlib/import_/test_relative_imports.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-16-17-25-52.gh-issue-134100.5-FbLK.rst [new file with mode: 0644]
Python/import.c