[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Roundup Robot
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 _

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +inada.naoki, ned.deily, serhiy.storchaka, yselivanov ___ Python tracker ___ ___ Python-bugs-list

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread STINNER Victor
STINNER Victor added the comment: @Ned: Would you be ok to cherry-pick 181453f9a0c4 in Python 3.6.0? -- nosy: +haypo ___ Python tracker ___ __

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Roundup Robot
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

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Brendan Donegan
Brendan Donegan added the comment: Agree. Patch provided. -- keywords: +patch nosy: +brendan-donegan Added file: http://bugs.python.org/file45919/whatsnew36.patch ___ Python tracker

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Jim Fasarakis-Hilliard
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 onl