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

@ -8,6 +8,8 @@
extern "C" {
#endif
#include "pystate.h" /* _PyErr_StackItem */
struct _frame; /* Avoid including frameobject.h */
/* _PyGenObject_HEAD defines the initial segment of generator