]> 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 00:02:07 +0000 (01:02 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 00:02:07 +0000 (01:02 +0100)
commit04732ca993fa077a8b9640cc77fb2f152339585a
treee5aec9caf5770fd1aff72efc13640712155b8cbe
parentb57e045320d1d2a70eab236b7d31a3ebb75037c3
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