]> granicus.if.org Git - python/commit
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Apr 2018 17:17:19 +0000 (10:17 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Apr 2018 17:17:19 +0000 (10:17 -0700)
commit902bb62d5af21526b68892a1032c63aa86ded247
treec33b0486ae56a593396810360302e94140803d68
parented1265526f01e8d968ed478a877ba0cabf6e7f72
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)

(cherry picked from commit 5fbc511f56688654a05b9eba23d140318bb9b2d5)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2018-04-03-00-58-41.bpo-33205.lk2F3r.rst [new file with mode: 0644]
Objects/dictobject.c