Skip to content

Commit 4c6f668

Browse files
Move _Py_RefTotal to the ignore list (for now).
1 parent 53d9cd9 commit 4c6f668

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Tools/c-analyzer/cpython/globals-to-fix.tsv

+1-4
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,7 @@ Objects/sliceobject.c - _Py_EllipsisObject -
302302
##################################
303303
## global non-objects to fix in core code
304304

305-
##-----------------------
306-
## state
307-
308-
Objects/object.c - _Py_RefTotal -
305+
# <none>
309306

310307

311308
##################################

Tools/c-analyzer/cpython/ignored.tsv

+6
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ Python/pylifecycle.c - runtime_initialized -
142142
Modules/syslogmodule.c - S_ident_o -
143143
Modules/syslogmodule.c - S_log_open -
144144

145+
##-----------------------
146+
## kept for stable ABI compatibility
147+
148+
# XXX should be per-interpreter, without impacting stable ABI extensions
149+
Objects/object.c - _Py_RefTotal -
150+
145151
##-----------------------
146152
## one-off temporary state
147153

0 commit comments

Comments
 (0)