]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
authorNico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Sun, 18 May 2025 07:11:38 +0000 (03:11 -0400)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 07:11:38 +0000 (12:41 +0530)
commit4e9005d32ff466925f40af410f2ea6bf2329bcf8
tree2c688fbd0ae008bdbac2ecc1a7b73e58b5c3aad2
parentfa4e088668d4a41f9be5babe7edd5409290ee92a
gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
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