diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-12-09 00:17:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 00:17:20 (GMT) |
commit | bc8cdf8c3d58f5d28c9e70c72eaae52c6d13f961 (patch) | |
tree | 35495a27bc0859e3d44af7f39ad5dfce8f01fe18 /Makefile.pre.in | |
parent | 1cfa704f64193701e400a77d2287f3526ff026f8 (diff) | |
download | cpython-bc8cdf8c3d58f5d28c9e70c72eaae52c6d13f961.zip cpython-bc8cdf8c3d58f5d28c9e70c72eaae52c6d13f961.tar.gz cpython-bc8cdf8c3d58f5d28c9e70c72eaae52c6d13f961.tar.bz2 |
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
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 c21826f..3120319 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1623,6 +1623,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_bytesobject.h \ $(srcdir)/Include/internal/pycore_call.h \ $(srcdir)/Include/internal/pycore_ceval.h \ + $(srcdir)/Include/internal/pycore_ceval_state.h \ $(srcdir)/Include/internal/pycore_code.h \ $(srcdir)/Include/internal/pycore_compile.h \ $(srcdir)/Include/internal/pycore_condvar.h \ |