bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
The PyType_Ready() function now raises an error if a type is defined with the Py_TPFLAGS_HAVE_GC flag set but has no traverse function (PyTypeObject.tp_traverse).
V
Victor Stinner committed
ee7637596d8de25f54261bbeabc602d31e74f482
Parent: fcda0f5
Committed by GitHub <noreply@github.com>
on 6/1/2021, 9:37:12 PM