]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loade...
authorBrett Cannon <brett@python.org>
Sat, 7 Nov 2020 02:45:56 +0000 (18:45 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Nov 2020 02:45:56 +0000 (18:45 -0800)
commit825ac383327255d38b69a753e5e41710bb3ed010
tree86543aba40795918c174dbb899528e339c619208
parent7c01f1540f958d4f52188b28afca721a9a6925c3
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929)
Doc/whatsnew/3.10.rst
Lib/doctest.py
Lib/inspect.py
Lib/linecache.py
Lib/site.py
Misc/NEWS.d/next/Library/2020-10-23-15-47-47.bpo-42133.BzizYV.rst [new file with mode: 0644]