bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465)
* _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. (cherry picked from commit 142e5c54) Co-authored-by:Victor Stinner <vstinner@python.org> Co-authored-by:
Victor Stinner <vstinner@python.org>
Loading
Please register or sign in to comment