8000 [3.10] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) by miss-islington · Pull Request #26465 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.10] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) #26465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2021

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented May 31, 2021
  • _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
Copy link
Contributor Author

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

@miss-islington
Copy link
Contributor Author

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

@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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

Copy link
Member
@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM, good bot.

@pablogsal pablogsal merged commit 7fe9cad into python:3.10 May 31, 2021
@miss-islington miss-islington deleted the backport-142e5c5-3.10 branch May 31, 2021 11:25
@miss-islington
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
0