Skip to content

bpo-45061: Detect refcount bug on empty tuple singleton#28503

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:refcount_bug
Sep 21, 2021
Merged

bpo-45061: Detect refcount bug on empty tuple singleton#28503
vstinner merged 1 commit intopython:mainfrom
vstinner:refcount_bug

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Sep 21, 2021

Detect refcount bugs in C extensions when the empty tuple singleton
is destroyed by mistake.

Add the _Py_FatalRefcountErrorFunc() function.

https://bugs.python.org/issue45061

Detect refcount bugs in C extensions when the empty tuple singleton
is destroyed by mistake.

Add the _Py_FatalRefcountErrorFunc() function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants