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 ccabeb5 commit df204e8Copy full SHA for df204e8
Include/cpython/object.h
@@ -218,7 +218,7 @@ struct _typeobject {
218
PyObject *tp_bases;
219
PyObject *tp_mro; /* method resolution order */
220
PyObject *tp_cache; /* no longer used */
221
- PyObject *tp_subclasses; /* not used for static types */
+ PyObject *tp_subclasses; /* not used for static types (see gh-94673) */
222
PyObject *tp_weaklist;
223
destructor tp_del;
224
0 commit comments