mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
https://github.com/python/cpython/issues/81057
This commit is contained in:
parent
1cfa704f64
commit
bc8cdf8c3d
9 changed files with 125 additions and 84 deletions
|
@ -41,6 +41,9 @@ extern "C" {
|
|||
.header = 1, \
|
||||
}, \
|
||||
}, \
|
||||
.ceval = { \
|
||||
.perf = _PyEval_RUNTIME_PERF_INIT, \
|
||||
}, \
|
||||
.gilstate = { \
|
||||
.check_enabled = 1, \
|
||||
/* A TSS key must be initialized with Py_tss_NEEDS_INIT \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue