]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:28 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 15:08:28 +0000 (20:38 +0530)
commit523024499e424743ac09f2803d05519040773b8e
tree07d52f995c2b894930bd335f5ebeb3326d024459
parentfd6a602d0438b42fa5f83d7cccc2b6d99cff8ad1
[3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (GH-134117) (#134172)

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