File tree 2 files changed +7
-4
lines changed
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 -
302
302
# #################################
303
303
# # global non-objects to fix in core code
304
304
305
- # #-----------------------
306
- # # state
307
-
308
- Objects/object.c - _Py_RefTotal -
305
+ # <none>
309
306
310
307
311
308
# #################################
Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ Python/pylifecycle.c - runtime_initialized -
142
142
Modules/syslogmodule.c - S_ident_o -
143
143
Modules/syslogmodule.c - S_log_open -
144
144
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
+
145
151
# #-----------------------
146
152
# # one-off temporary state
147
153
You can’t perform that action at this time.
0 commit comments