]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
authorJeremy Kloth <jeremy.kloth@gmail.com>
Tue, 22 Mar 2022 12:53:51 +0000 (06:53 -0600)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 12:53:51 +0000 (13:53 +0100)
commit88872a29f19092d2fde27365af230abd6d301941
treec3b3f338395d4f3015cf1e9c37689a30019126b1
parent7d810b6a4eab6eba689acc5bb05f85515478d690
bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
Include/internal/pycore_unicodeobject.h
Lib/__hello__.py
Lib/test/test_embed.py
Objects/unicodeobject.c
Tools/scripts/deepfreeze.py