summaryrefslogtreecommitdiffstats
path: root/Modules/_freeze_importlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15181: importlib bytecode is unsigned and shouldn't have negative ↵Antoine Pitrou2012-06-251-3/+4
| | | | | | numbers. This fixes a compiler warning with suncc.
* Issue #14928: Fix importlib bootstrap issues by using a custom executable ↵Antoine Pitrou2012-06-191-0/+131
(Modules/_freeze_importlib) to build Python/importlib.h.