Christian Heimes
|
43d82df406
|
Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources.
|
2013-07-21 23:05:04 +02:00 |
Christian Heimes
|
96f628f487
|
Fix reference and memory leaks in _freeze_importlib
|
2013-07-21 16:19:02 +02:00 |
Martin v. Löwis
|
ee365ac254
|
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
|
2012-07-28 21:55:20 +02:00 |
Martin v. Löwis
|
96d97ec9c0
|
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows.
Patch by Kristján Valur Jónsson.
|
2012-07-28 20:46:52 +02:00 |
Antoine Pitrou
|
0ab5cf9b46
|
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
This fixes a compiler warning with suncc.
|
2012-06-25 17:32:43 +02:00 |
Antoine Pitrou
|
e67f48ce5e
|
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
|
2012-06-19 22:29:35 +02:00 |