cpython/Lib/test/test_import
Serhiy Storchaka 265fcc5fc2 bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
binding a submodule to a name.
2017-08-29 15:47:44 +03:00
..
data bpo-30876: Relative import from unloaded package now reimports the package (#2639) 2017-07-12 06:50:03 +03:00
__init__.py bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217) 2017-08-29 15:47:44 +03:00
__main__.py