]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145452: Initialize `PyLazyImport_Type` during interpreter startup (#145453)
authorBartosz Sławecki <bartosz@ilikepython.com>
Tue, 3 Mar 2026 16:14:12 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2026 16:14:12 +0000 (17:14 +0100)
commite6c3c04fab43057baf70b4f24b57a4679d646d84
treead78af5e927cf97b3148ded5d6de2b4c3b8fd6f6
parent34df70c83c0055b204fcb10f7e63dbab6d7ecdbb
gh-145452: Initialize `PyLazyImport_Type` during interpreter startup (#145453)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_lazy_import/__init__.py
Objects/object.c