Files
cpython/Doc/c-api
Brett Cannon a6473f9cfd Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use
Lib/imp.py for imp.source_from_cache() instead of its own C version.

Also change PyImport_ExecCodeModuleObject() to not infer the source
path from the bytecode path like
PyImport_ExecCodeModuleWithPathnames() does. This makes the function
less magical.

This also has the side-effect of removing all uses of MAXPATHLEN in
Python/import.c which can cause failures on really long filenames.
2012-07-13 13:57:03 -04:00
..
2012-06-22 12:49:08 +02:00
2012-06-23 12:13:15 +01:00
2011-10-19 10:58:56 +03:00
2012-02-20 08:48:25 -05:00
2012-06-22 12:49:59 +02:00
2012-06-23 23:21:48 +02:00
2011-05-31 21:27:41 -05:00