]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 23 Nov 2023 00:55:00 +0000 (17:55 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Nov 2023 00:55:00 +0000 (00:55 +0000)
commit9e56eedd018e1a4681789e634016cbb7699dcb8a
tree7322c153dc98c2b22070ae8372967b16d1685b6d
parent14e539f0977aaf2768c58f1dcbbbab5ad0205ec5
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Include/internal/pycore_crossinterp.h
Lib/test/support/interpreters.py
Lib/test/test__xxinterpchannels.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_import/__init__.py
Lib/test/test_importlib/test_util.py
Lib/test/test_interpreters.py
Modules/_xxsubinterpretersmodule.c
Python/crossinterp.c