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 dff746f commit 78af3bdCopy full SHA for 78af3bd
1 file changed
Include/cpython/pystate.h
@@ -158,7 +158,10 @@ struct _ts {
158
unsigned long native_thread_id;
159
160
/* List of objects that still need to be cleaned up, singly linked
161
- * via their gc headers' gc_next pointers. */
+ * via their gc headers' gc_next pointers. The list is populated by
162
+ * _PyTrash_thread_deposit_object and cleaned up by
163
+ * _PyTrash_thread_destroy_chain.
164
+ */
165
PyObject *delete_later;
166
167
/* Tagged pointer to top-most critical section, or zero if there is no
0 commit comments