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 tim.peters
Recipients mark.dickinson, serhiy.storchaka, sir-sigurd, tim.peters
Date 2018-08-14.21:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534282623.78.0.56676864532.issue34397@psf.upfronthosting.co.za>
In-reply-to
Content
Bah - the relevant thing to assert is really

assert((size_t)Py_SIZE(a) + (size_t)Py_SIZE(b) <= (size_t)PY_SSIZE_T_MAX);

C sucks ;-)
History
Date User Action Args
2018-08-14 21:37:03tim.peterssetrecipients: + tim.peters, mark.dickinson, serhiy.storchaka, sir-sigurd
2018-08-14 21:37:03tim.peterssetmessageid: <1534282623.78.0.56676864532.issue34397@psf.upfronthosting.co.za>
2018-08-14 21:37:03tim.peterslinkissue34397 messages
2018-08-14 21:37:03tim.peterscreate