X Tutup
The Wayback Machine - https://web.archive.org/web/20221223170633/https://github.com/python/cpython/pull/30988
Skip to content
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

bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal #30988

Merged
merged 1 commit into from Jan 28, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 28, 2022

Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Verified with this patch:

@kumaraditya303 ➜ /workspaces/cpython (structseq_fini_reftotal) $ ./python -X showrefcount -c pass
[0 refs, 0 blocks]

@vstinner
Copy link
Member Author

vstinner commented Jan 28, 2022

[0 refs, 0 blocks] finally! It's really the first time that I see that in Python! It's a great way to identify remaining issues :-) What comes next: https://bugs.python.org/issue40077#msg411964

@vstinner vstinner merged commit 9a24127 into python:main Jan 28, 2022
11 checks passed
@vstinner vstinner deleted the structseq_fini_reftotal branch Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup