cpython/Lib/importlib
Miss Islington (bot) 482d6f8bdb
[3.13] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507)
(cherry picked from commit a51b1b512d)

Co-authored-by: Steve Dower <steve.dower@python.org>
2026-03-04 20:17:04 +00:00
..
metadata
resources [3.13] gh-123085: Fix issue in inferred caller when resource package has no source (GH-123102) (#124024) 2025-08-15 14:21:16 +00:00
__init__.py [3.13] gh-125519: Improve traceback if importlib.reload() is called with a non-module object (GH-125520) (#125768) 2024-10-21 08:28:32 +00:00
_abc.py
_bootstrap.py [3.13] gh-143650: Fix importlib race condition on import failure (GH-143651) (#144697) 2026-02-11 06:37:25 +00:00
_bootstrap_external.py [3.13] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) 2026-03-04 20:17:04 +00:00
abc.py
machinery.py
readers.py
simple.py
util.py [3.13] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121349) 2024-07-03 21:14:42 +00:00