]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15627: Add the compile_source() method to
authorBrett Cannon <brett@python.org>
Sun, 18 Nov 2012 15:03:31 +0000 (10:03 -0500)
committerBrett Cannon <brett@python.org>
Sun, 18 Nov 2012 15:03:31 +0000 (10:03 -0500)
commit5650e4f41cc65fae44e44702919df592f15211f3
tree97f15ed45c4bdcf40670b50a9c93314a5e00187d
parent195ad6ce052bfdda8f47ffbf14becb95253bafc6
Issue #15627: Add the compile_source() method to
importlib.abc.SourceLoader.

This provides an easy hook into the import system to allow for source
transformations, AST optimizations, etc.
Doc/library/importlib.rst
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/source/test_abc_loader.py
Misc/NEWS
Python/importlib.h