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 vstinner
Recipients vstinner
Date 2016-01-09.11:00:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452337203.66.0.0223802390369.issue26058@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch, I forgot to include unit tests.

I added a test on integer overflow on the version. The patch adds _testcapi.dict_setversion(dict, version) and _testcapi.PY_SIZE_MAX.
History
Date User Action Args
2016-01-09 11:00:03vstinnersetrecipients: + vstinner
2016-01-09 11:00:03vstinnersetmessageid: <1452337203.66.0.0223802390369.issue26058@psf.upfronthosting.co.za>
2016-01-09 11:00:03vstinnerlinkissue26058 messages
2016-01-09 11:00:01vstinnercreate