]> granicus.if.org Git - python/commit
Issue #15031: Refactor some code in importlib pertaining to validating
authorBrett Cannon <brett@python.org>
Fri, 11 Jan 2013 23:09:25 +0000 (18:09 -0500)
committerBrett Cannon <brett@python.org>
Fri, 11 Jan 2013 23:09:25 +0000 (18:09 -0500)
commit569ff4fbbc4cd0589c369519745d8d17bf3094b0
tree7d14a97da79993fd7e4170fc6ab3dff21190933b
parent77173c01c94bb7df50a732ac7413bbafcad842e3
Issue #15031: Refactor some code in importlib pertaining to validating
and compiling bytecode.

Thanks to Ronan Lamy for pointing the redundancy and taking an initial
stab at the refactor (as did Nick Coghlan).
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/importlib.h