summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-05-19 22:14:57 (GMT)
committerGitHub <noreply@github.com>2019-05-19 22:14:57 (GMT)
commited48866c55b8e4ee14faa8b5ad97819e8e74c98b (patch)
tree94bd31c68f05ee28624c38c2264918e89e4ca30f /Python
parentd673810b9d9df6fbd29f5b7db3973d5adae10fd3 (diff)
downloadcpython-ed48866c55b8e4ee14faa8b5ad97819e8e74c98b.zip
cpython-ed48866c55b8e4ee14faa8b5ad97819e8e74c98b.tar.gz
cpython-ed48866c55b8e4ee14faa8b5ad97819e8e74c98b.tar.bz2
bpo-35134: Split traceback.h header (GH-13430)
Add new Include/cpython/traceback.h and Include/internal/traceback.h header files.
Diffstat (limited to 'Python')
-rw-r--r--Python/pylifecycle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index d29b293..0781dc8 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -13,6 +13,7 @@
#include "pycore_pylifecycle.h"
#include "pycore_pymem.h"
#include "pycore_pystate.h"
+#include "pycore_traceback.h"
#include "grammar.h"
#include "node.h"
#include "token.h"