[3.9] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) by miss-islington · Pull Request #26466 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
- _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
* _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>
@vstinner: Status check is done, and it's a success ✅ .
@vstinner: Status check is done, and it's a success ✅ .
@vstinner: Status check is done, and it's a success ✅ .
1 similar comment
@vstinner: Status check is done, and it's a success ✅ .
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
@vstinner: Status check is done, and it's a success ✅ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters