]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99947: Ensure unreported errors are chained for SystemError during import (GH...
authorSebastian Berg <sebastianb@nvidia.com>
Fri, 23 Dec 2022 23:43:19 +0000 (00:43 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 23:43:19 +0000 (15:43 -0800)
commit474220e3a58d739acc5154eb3e000461d2222d62
tree2f26951f08993d62a28107b03b1191d6467fd23b
parenta68e585c8b7b27323f67905868467ce0588a1dae
gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946)
Lib/test/test_importlib/extension/test_loader.py
Misc/NEWS.d/next/C API/2022-12-02-09-31-19.gh-issue-99947.Ski7OC.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/importdl.c