[issue28979] What's New entry on compact dict mentions "faster" implementation
New submission from Jim Fasarakis-Hilliard: Specifically, the entry reads: "The dict type has been reimplemented to use a faster, more compact representation similar to the PyPy dict implementation." Through, the text describing the new implementation doesn't mention anything on speed, it only mentions memory usage. issue27350 and, specifically, msg275587 even report a slight regression ok key look-ups. Am I interpreting this differently? If not, is it a good idea to be stating it is faster? ---------- assignee: docs@python components: Documentation messages: 283304 nosy: Jim Fasarakis-Hilliard, docs@python priority: normal severity: normal status: open title: What's New entry on compact dict mentions "faster" implementation versions: Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Brendan Donegan added the comment: Agree. Patch provided. ---------- keywords: +patch nosy: +brendan-donegan Added file: http://bugs.python.org/file45919/whatsnew36.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Roundup Robot added the comment: New changeset 181453f9a0c4 by Victor Stinner in branch '3.6': Issue #28979: Fix What's New in Python 3.6, dict https://hg.python.org/cpython/rev/181453f9a0c4 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
STINNER Victor added the comment: @Ned: Would you be ok to cherry-pick 181453f9a0c4 in Python 3.6.0? ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Changes by STINNER Victor <victor.stinner@gmail.com>: ---------- nosy: +inada.naoki, ned.deily, serhiy.storchaka, yselivanov _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Changes by Ned Deily <nad@python.org>: ---------- priority: normal -> release blocker _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Roundup Robot added the comment: New changeset 911cc601089d by Victor Stinner in branch '3.6': Issue #28979: Fix What's New in Python 3.6, dict https://hg.python.org/cpython/rev/911cc601089d ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] ---------- priority: release blocker -> resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28979> _______________________________________
participants (5)
-
Brendan Donegan -
Jim Fasarakis-Hilliard -
Ned Deily -
Roundup Robot -
STINNER Victor