mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
We can't move it to _PyRuntimeState because the symbol is exposed in the stable ABI. We'll have to sort that out before a per-interpreter GIL, but it shouldn't be too hard. https://github.com/python/cpython/issues/81057
This commit is contained in:
parent
5eb28bca9f
commit
0e081a089e
@ -302,10 +302,7 @@ Objects/sliceobject.c - _Py_EllipsisObject -
|
||||
##################################
|
||||
## global non-objects to fix in core code
|
||||
|
||||
##-----------------------
|
||||
## state
|
||||
|
||||
Objects/object.c - _Py_RefTotal -
|
||||
# <none>
|
||||
|
||||
|
||||
##################################
|
||||
|
Can't render this file because it has a wrong number of fields in line 4.
|
@ -142,6 +142,12 @@ Python/pylifecycle.c - runtime_initialized -
|
||||
Modules/syslogmodule.c - S_ident_o -
|
||||
Modules/syslogmodule.c - S_log_open -
|
||||
|
||||
##-----------------------
|
||||
## kept for stable ABI compatibility
|
||||
|
||||
# XXX should be per-interpreter, without impacting stable ABI extensions
|
||||
Objects/object.c - _Py_RefTotal -
|
||||
|
||||
##-----------------------
|
||||
## one-off temporary state
|
||||
|
||||
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Reference in New Issue
Block a user