This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients barry, brett.cannon, eric.snow, ncoghlan, neologix, pitrou, python-dev
Date 2011-12-29.21:50:04
SpamBayes Score 0.011175705
Marked as misclassified No
Message-id <1325195409.31.0.396254970861.issue13645@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-29 21:50:10pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, neologix, python-dev, eric.snow
2011-12-29 21:50:09pitrousetmessageid: <1325195409.31.0.396254970861.issue13645@psf.upfronthosting.co.za>
2011-12-29 21:50:08pitroulinkissue13645 messages
2011-12-29 21:50:08pitroucreate