mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00: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
2 changed files with 7 additions and 4 deletions
|
@ -302,10 +302,7 @@ Objects/sliceobject.c - _Py_EllipsisObject -
|
||||||
##################################
|
##################################
|
||||||
## global non-objects to fix in core code
|
## global non-objects to fix in core code
|
||||||
|
|
||||||
##-----------------------
|
# <none>
|
||||||
## state
|
|
||||||
|
|
||||||
Objects/object.c - _Py_RefTotal -
|
|
||||||
|
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
|
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_ident_o -
|
||||||
Modules/syslogmodule.c - S_log_open -
|
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
|
## one-off temporary state
|
||||||
|
|
||||||
|
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue