diff options
author | 2022-12-12 09:58:46 -0700 | |
---|---|---|
committer | 2022-12-12 09:58:46 -0700 | |
commit | 53d9cd95cd91f1a291a3923acb95e0e86942291a (patch) | |
tree | a74819d972cdbe611a554c6577108a7959525011 /Makefile.pre.in | |
parent | gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151) (diff) | |
download | cpython-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.in | 1 |
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 \ |