]> 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>
Fri, 9 Apr 2021 22:06:17 +0000 (23:06 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 22:06:17 +0000 (23:06 +0100)
commiteed7686e9fe22a3eb5e1a1fc7d27c27fca070bd1
tree3a33f24fca58c581d025a99d320293145b85d5e7
parentffb05bbb30fa82dbe887981bdabd65af7daffcd1
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