]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 21 Feb 2026 12:52:40 +0000 (12:52 +0000)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 12:52:40 +0000 (12:52 +0000)
commite1bd0cd37b1816092761e5ad5f2d0464c0e78fbb
tree9a0115c05ecc0d0a0b2ea09453923521c1118219
parent0499a0c17f59178dee4513323268c00f60939cb1
gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
Lib/test/test_import/test_lazy_imports.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-21-09-47-45.gh-issue-145058.e-RBw-.rst [new file with mode: 0644]
Python/import.c