[New-bugs-announce] [issue32623] Resize dict on del/pop

Yury Selivanov report at bugs.python.org
Mon Jan 22 11:37:38 EST 2018


New submission from Yury Selivanov <yselivanov at gmail.com>:

We should investigate whether we want dicts to compact themselves on del/pop operations.  Currently we have to rely on workarounds to have compactable dict.copy (see issue 31179) etc.

----------
components: Interpreter Core
messages: 310427
nosy: inada.naoki, serhiy.storchaka, vstinner, yselivanov
priority: normal
severity: normal
status: open
title: Resize dict on del/pop
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list