Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f93234bb8a87855f295d441524e519481ce6ab13 https://github.com/python/cpython/commit/f93234bb8a87855f295d441524e519481ce6ab13 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月09日 (2017年5月09日) Changed paths: M Doc/whatsnew/3.7.rst M Lib/test/test_import/__init__.py A Lib/test/test_import/data/circular_imports/binding.py A Lib/test/test_import/data/circular_imports/binding2.py M Misc/NEWS M Python/compile.c Log Message: ----------- bpo-30024: Circular imports involving absolute imports with binding (#1264) a submodule to a name are now supported.