summaryrefslogtreecommitdiffstats
path: root/Programs/_freeze_module.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-135801: Add the module parameter to compile() etc (GH-139652)Serhiy Storchaka2025-11-131-1/+1
| | | | | | | Many functions related to compiling or parsing Python code, such as compile(), ast.parse(), symtable.symtable(), and importlib.abc.InspectLoader.source_to_code() now allow to pass the module name used when filtering syntax warnings.
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-0/+68