Message150350
| 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. |
|