Message175721
Attached is a patch that introduces _LoaderBasics.parse_bytecode_file(). It takes in basically what _bytes_from_bytecode() did plus a keyword-only boolean flag for exception suppression as that's needed to ignore stale bytecode when source is available.
I still need to write specific tests for the method, but test.test_importlib passes. |
|
Date |
User |
Action |
Args |
2012-11-17 02:43:38 | brett.cannon | set | recipients:
+ brett.cannon, jcea, ncoghlan, Arfrever, eric.snow, Marc.Abramowitz, Ronan.Lamy |
2012-11-17 02:43:37 | brett.cannon | set | messageid: <1353120217.16.0.177481452924.issue15031@psf.upfronthosting.co.za> |
2012-11-17 02:43:37 | brett.cannon | link | issue15031 messages |
2012-11-17 02:43:36 | brett.cannon | create | |
|