]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceba...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 18 Mar 2023 11:47:11 +0000 (11:47 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Mar 2023 11:47:11 +0000 (11:47 +0000)
commite1e9bab0061e8d4bd7b94ed455f3bb7bf8633ae7
tree8363c72cc70b34e06fed5c39d86ec99047613799
parent039714d00f147be4d018fa6aeaf174aad7e8fa32
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last_traceback (#102779)
22 files changed:
Doc/library/sys.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/code.py
Lib/dis.py
Lib/idlelib/idle_test/test_stackviewer.py
Lib/idlelib/pyshell.py
Lib/idlelib/run.py
Lib/idlelib/stackviewer.py
Lib/pdb.py
Lib/pydoc_data/topics.py
Lib/test/test_dis.py
Lib/test/test_ttk/test_extensions.py
Lib/tkinter/__init__.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-03-17-13-43-34.gh-issue-102778.ANDv8I.rst [new file with mode: 0644]
Python/pylifecycle.c
Python/pythonrun.c
Python/sysmodule.c