diff options
author | Victor Stinner <vstinner@python.org> | 2022-04-21 21:00:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 21:00:42 (GMT) |
commit | 8a4e519e7822d17ce062f55ba68e13bfeaf450de (patch) | |
tree | 4681cd35fcaade97195a687c15c28de4902f0a6c /Makefile.pre.in | |
parent | 6f9addb5ba0729e4bd2a1919d02e55c25382e26e (diff) | |
download | cpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.zip cpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.tar.gz cpython-8a4e519e7822d17ce062f55ba68e13bfeaf450de.tar.bz2 |
gh-79315: Add Include/cpython/pythread.h header (#91798)
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 991d698..04a371d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1559,6 +1559,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/pymem.h \ $(srcdir)/Include/cpython/pystate.h \ $(srcdir)/Include/cpython/pythonrun.h \ + $(srcdir)/Include/cpython/pythread.h \ $(srcdir)/Include/cpython/pytime.h \ $(srcdir)/Include/cpython/setobject.h \ $(srcdir)/Include/cpython/sysmodule.h \ |