The import hook in CPython that handles legacy *.pyc...
Moderate severity
Unreviewed
Published
Mar 5, 2026
to the GitHub Advisory Database
•
Updated Mar 12, 2026
Description
Published by the National Vulnerability Database
Mar 4, 2026
Published to the GitHub Advisory Database
Mar 5, 2026
Last updated
Mar 12, 2026
The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.
References