Message150350
Here is a patch adding the source code size to the pyc header.
The number of places where details of the pyc file format are hard coded is surprisingly high...
Unfortunately, I had to modify importlib's public API (path_mtime -> path_stats). I find it unfortunate that importlib's API is vulnerable to pyc format changes. |
|
| Date |
User |
Action |
Args |
| 2011-12-29 21:50:10 | pitrou | set | recipients:
+ pitrou, barry, brett.cannon, ncoghlan, neologix, python-dev, eric.snow |
| 2011-12-29 21:50:09 | pitrou | set | messageid: <[email protected]> |
| 2011-12-29 21:50:08 | pitrou | link | issue13645 messages |
| 2011-12-29 21:50:08 | pitrou | create | |
|