bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
* _testcapi.heapgctype: implement a traverse function since the type is defined with Py_TPFLAGS_HAVE_GC. * _decimal: PyDecSignalDictMixin_Type is no longer defined with Py_TPFLAGS_HAVE_GC since it has no traverse function.
V
Victor Stinner committed
142e5c5445c019542246d93fe2f9e195d3131686
Parent: d1124b0
Committed by GitHub <noreply@github.com>
on 5/31/2021, 11:10:31 AM