Author brett.cannon
Recipients brett.cannon, gagern
Date 2009-02-02.20:29:09
SpamBayes Score 0.000277896
Marked as misclassified No
Message-id <1233606550.31.0.393671693084.issue5128@psf.upfronthosting.co.za>
In-reply-to
Content
If you want an easy way to see how bytecode is checked, look at
importlib._bootstrap in Python 3.1:
http://svn.python.org/view/python/branches/py3k/Lib/importlib/_bootstrap.py?view=markup
. Specifically, look at the get_code() method for _PyFileLoader.
History
Date User Action Args
2009-02-02 20:29:10brett.cannonsetrecipients: + brett.cannon, gagern
2009-02-02 20:29:10brett.cannonsetmessageid: <1233606550.31.0.393671693084.issue5128@psf.upfronthosting.co.za>
2009-02-02 20:29:09brett.cannonlinkissue5128 messages
2009-02-02 20:29:09brett.cannoncreate