]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41493: Refactoring dictresize (GH-21751)
authorInada Naoki <songofacandy@gmail.com>
Fri, 7 Aug 2020 05:08:55 +0000 (14:08 +0900)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 05:08:55 +0000 (14:08 +0900)
commitd9323a8c6e07071a59dc4c910661db33236c01b2
tree113cc103733582d9bc58875aba732f886481fa62
parent5f0769a7529fcbc28190864f098f192053a10747
bpo-41493: Refactoring dictresize (GH-21751)

Split newsize calculation into new function. dictresize() now accepts exact newsize.
Objects/dictobject.c