[Python-Dev] Should there be a source-code checksum in module objects?
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Feb 3 05:18:06 CET 2009
rocky at gnu.org wrote:
> But the
> expectation is that the programmer thinks it matches what is currently
> on A that the programmer is debuggging. Can I tell for certain?
You can always find out by compiling the source and
comparing the resulting bytecode with what is currently
on A. Not that this is necessarily a *convenient* way...
--
Greg
More information about the Python-Dev
mailing list