bpo-35134: Split traceback.h header (GH-13430)

Add new Include/cpython/traceback.h and Include/internal/traceback.h
header files.
This commit is contained in:
Victor Stinner 2019-05-20 00:14:57 +02:00 committed by GitHub
parent d673810b9d
commit ed48866c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 123 additions and 96 deletions

View file

@ -1,4 +1,3 @@
/* Frame object interface */
#ifndef Py_LIMITED_API