We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d4281 commit 17773fcCopy full SHA for 17773fc
Include/internal/pycore_runtime_init.h
@@ -169,7 +169,6 @@ extern PyTypeObject _PyExc_MemoryError;
169
{ .threshold = 10, }, \
170
}, \
171
172
- .object_state = _py_object_state_INIT(INTERP), \
173
.dtoa = _dtoa_state_INIT(&(INTERP)), \
174
.dict_state = _dict_state_INIT, \
175
.func_state = { \
@@ -206,16 +205,6 @@ extern PyTypeObject _PyExc_MemoryError;
206
205
.context_ver = 1, \
207
}
208
209
-#ifdef Py_TRACE_REFS
210
-# define _py_object_state_INIT(INTERP) \
211
- { \
212
- .refchain = NULL, \
213
- }
214
-#else
215
216
- { 0 }
217
-#endif
218
-
219
220
// global objects
221
0 commit comments