◐ Shell
clean mode source ↗

[3.9] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) by miss-islington · Pull Request #26466 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

  • _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 142e5c5)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue44263

* _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 142e5c5)

Co-authored-by: Victor Stinner <vstinner@python.org>

@miss-islington

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington

@vstinner: Status check is done, and it's a success ✅ .

1 similar comment

@miss-islington

@vstinner: Status check is done, and it's a success ✅ .

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington

@vstinner: Status check is done, and it's a success ✅ .

Labels