]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
authorBartosz Sławecki <bartosz@ilikepython.com>
Mon, 2 Mar 2026 11:01:32 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 11:01:32 +0000 (12:01 +0100)
commit8bcb3eaa67959ec32bc4d683a79a0a67885925db
tree6b64b4ad84de681b29f94c3b266544fe1aaefca4
parent3b276f3f59aba213dce4bd995d4fe66620003e90
gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
Lib/test/test_lazy_import/__init__.py
Python/import.c