aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2022-12-12 09:58:46 -0700
committerGitHub <noreply@github.com>2022-12-12 09:58:46 -0700
commit53d9cd95cd91f1a291a3923acb95e0e86942291a (patch)
treea74819d972cdbe611a554c6577108a7959525011 /Makefile.pre.in
parentgh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151) (diff)
downloadcpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.tar.gz
cpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.tar.bz2
cpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.zip
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9577f9dee6d..dd6c3fbd1c6 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1634,6 +1634,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_descrobject.h \
$(srcdir)/Include/internal/pycore_dtoa.h \
$(srcdir)/Include/internal/pycore_exceptions.h \
+ $(srcdir)/Include/internal/pycore_faulthandler.h \
$(srcdir)/Include/internal/pycore_fileutils.h \
$(srcdir)/Include/internal/pycore_floatobject.h \
$(srcdir)/Include/internal/pycore_format.h \