]> granicus.if.org Git - python/commit
bpo-35134: Split traceback.h header (GH-13430)
authorVictor Stinner <vstinner@redhat.com>
Sun, 19 May 2019 22:14:57 +0000 (00:14 +0200)
committerGitHub <noreply@github.com>
Sun, 19 May 2019 22:14:57 +0000 (00:14 +0200)
commited48866c55b8e4ee14faa8b5ad97819e8e74c98b
tree94bd31c68f05ee28624c38c2264918e89e4ca30f
parentd673810b9d9df6fbd29f5b7db3973d5adae10fd3
bpo-35134: Split traceback.h header (GH-13430)

Add new Include/cpython/traceback.h and Include/internal/traceback.h
header files.
Include/cpython/traceback.h [new file with mode: 0644]
Include/frameobject.h
Include/genobject.h
Include/internal/pycore_traceback.h [new file with mode: 0644]
Include/traceback.h
Modules/_tracemalloc.c
Modules/faulthandler.c
Python/pylifecycle.c