File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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# #################################
Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ Python/pylifecycle.c - runtime_initialized -
142142Modules/syslogmodule.c - S_ident_o -
143143Modules/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
You can’t perform that action at this time.
0 commit comments