]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43105: Importlib now resolves relative paths when creating module spec objects...
authorSteve Dower <steve.dower@python.org>
Wed, 7 Apr 2021 11:35:36 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 11:35:36 +0000 (12:35 +0100)
commit0af99b44edf559305def22b2d68be685ce50d7f6
treeab6bfecfdb04449e2bb3428d0f883c7113fc7214
parent2df971afd5f29574be3bb44f2d8569cc240b800d
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121)
Lib/importlib/_bootstrap_external.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_spec.py
Lib/test/test_importlib/test_windows.py
Lib/test/test_site.py
Misc/NEWS.d/next/Core and Builtins/2021-03-31-20-35-11.bpo-43105.PBVmHm.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
Python/importlib_external.h