bpo-40881: Fix unicode_release_interned() by vstinner · Pull Request #20699 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:unicode_release_interned

Jun 7, 2020

Merged

bpo-40881: Fix unicode_release_interned()#20699

vstinner merged 1 commit intopython:masterfrom

vstinner:unicode_release_interned

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Jun 7, 2020

edited by bedevere-bot

Loading

Use Py_SET_REFCNT() in unicode_release_interned().

https://bugs.python.org/issue40881

Use Py_SET_REFCNT() in unicode_release_interned().

@vstinner

Copy link

Member Author

vstinner commented

Jun 7, 2020

Note: My WIP PR #20085 changes _PyUnicode_Fini() to always call unicode_release_interned(), not only when --with-valgrind is used.

@vstinner vstinner merged commit c96a61e into python:master

Jun 7, 2020

@vstinner vstinner deleted the unicode_release_interned branch

June 7, 2020 23:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot