We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9943 commit 80eeee9Copy full SHA for 80eeee9
Include/internal/pycore_interp_structs.h
@@ -202,12 +202,6 @@ enum _GCPhase {
202
#define NUM_GENERATIONS 3
203
204
struct _gc_runtime_state {
205
- /* List of objects that still need to be cleaned up, singly linked
206
- * via their gc headers' gc_prev pointers. */
207
- PyObject *trash_delete_later;
208
- /* Current call-stack depth of tp_dealloc calls. */
209
- int trash_delete_nesting;
210
-
211
/* Is automatic collection enabled? */
212
int enabled;
213
int debug;
0 commit comments