Message1260

Author akuchling
Recipients
Date 2006-11-17.23:16:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Oops, actually I misread your bug report and am not really confirming it. 

CPython doesn't look at ctime at all; it looks at mtime, but records mtime in the .pyc file and then rebuilds if 
<pyc mtime> != <py mtime>.

For Jython: can we record the original mtime in the .class file through some extension mechanism?  Or, you could add a private attribute to the generated class... but that might mean importing the class in order to check the mtime.

History
Date User Action Args
2008-02-20 17:17:34adminlinkissue1567212 messages
2008-02-20 17:17:34admincreate