Skip to content
Snippets Groups Projects
Unverified Commit 7fe9cad6 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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: default avatarVictor Stinner <vstinner@python.org>

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
parent f097d230
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment