]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40881: Fix unicode_release_interned() (GH-20699)
authorVictor Stinner <vstinner@python.org>
Sun, 7 Jun 2020 23:39:47 +0000 (01:39 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 23:39:47 +0000 (01:39 +0200)
commitc96a61e8163c2d25ed4ac77cf96201fd0bdb945c
treecf3f11f1ec81861e3a32e5ddb47b6a20dffa029b
parent7907f8cbc6923240edb0b5b63adafb871c4c8875
bpo-40881: Fix unicode_release_interned() (GH-20699)

Use Py_SET_REFCNT() in unicode_release_interned().
Objects/unicodeobject.c