[New-bugs-announce] [issue47084] Statically allocated Unicode objects leak cached representations

Jeremy Kloth report at bugs.python.org
Mon Mar 21 14:37:52 EDT 2022


New submission from Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com>:

The newly implemented statically allocated Unicode objects do not clear their cached representations (wstr and utf-8) at exit causing leaked blocks at exit (see also issue46857).

At issue are the Unicode objects created by deepfreeze and the 1-character strings (ordinals < 256).

----------
components: Interpreter Core, Unicode
messages: 415695
nosy: ezio.melotti, jkloth, vstinner
priority: normal
severity: normal
status: open
title: Statically allocated Unicode objects leak cached representations
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47084>
_______________________________________


More information about the New-bugs-announce mailing list