This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients methane
Date 2020-08-06.09:04:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596704667.77.0.860143007378.issue41493@roundup.psfhosted.org>
In-reply-to
Content
dictresize accept `minsize` and calculate `newsize` which is `newsize >= minsize`.
Some caller pass the exact dk_size so calculating `newsize` is not necessary.

Split calculating `newsize` from `minused` into new function.
Additonally, use _Py_bit_length for the calculation when possible.
History
Date User Action Args
2020-08-06 09:04:27methanesetrecipients: + methane
2020-08-06 09:04:27methanesetmessageid: <1596704667.77.0.860143007378.issue41493@roundup.psfhosted.org>
2020-08-06 09:04:27methanelinkissue41493 messages
2020-08-06 09:04:27methanecreate