Skip to content

bpo-40881: Fix unicode_release_interned() - #20699

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:unicode_release_interned
Jun 7, 2020
Merged

bpo-40881: Fix unicode_release_interned()#20699
vstinner merged 1 commit into
python:masterfrom
vstinner:unicode_release_interned

Conversation

@vstinner

@vstinnervstinner commented Jun 7, 2020

Copy link
Copy Markdown
Member

Use Py_SET_REFCNT() in unicode_release_interned().

https://bugs.python.org/issue40881

Use Py_SET_REFCNT() in unicode_release_interned().
@vstinner

Copy link
Copy Markdown
MemberAuthor

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:masterJun 7, 2020
@vstinner
vstinner deleted the unicode_release_interned branch June 7, 2020 23:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

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