bpo-40881: Fix unicode_release_interned() by vstinner · Pull Request #20699 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-40881: Fix unicode_release_interned()#20699
vstinner merged 1 commit intopython:masterfrom
vstinner:unicode_release_interned
bpo-40881: Fix unicode_release_interned()#20699
vstinner merged 1 commit intopython:masterfrom
vstinner:unicode_release_interned
Conversation
Copy link
Member
Use Py_SET_REFCNT() in unicode_release_interned().
Use Py_SET_REFCNT() in unicode_release_interned().
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link
Member Author
vstinner
commented
Jun 7, 2020
vstinner commented
Jun 7, 2020Note: My WIP PR #20085 changes _PyUnicode_Fini() to always call unicode_release_interned(), not only when --with-valgrind is used.
vstinner
merged commit
c96a61e
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
unicode_release_interned
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment