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 serhiy.storchaka
Recipients methane, serhiy.storchaka, vstinner
Date 2016-11-21.12:41:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479732069.49.0.300769990944.issue28731@psf.upfronthosting.co.za>
In-reply-to
Content
A variant in msg281118 looks better to me than 28731-PyDict_NewPresized-too-small-2.patch. It doesn't look good to me that newsize is set to arbitrary small value if estimated size is larger than very large PyDict_MAXSIZE (this is 2**28 on 32-bit and 2**60 on 64-bit).
History
Date User Action Args
2016-11-21 12:41:09serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2016-11-21 12:41:09serhiy.storchakasetmessageid: <1479732069.49.0.300769990944.issue28731@psf.upfronthosting.co.za>
2016-11-21 12:41:09serhiy.storchakalinkissue28731 messages
2016-11-21 12:41:09serhiy.storchakacreate