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 terry.reedy
Recipients serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-24.19:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490383114.53.0.983533157149.issue29838@psf.upfronthosting.co.za>
In-reply-to
Content
The changes appear consistent within themselves (ie, no apparent typos), and the one for builtin len appears to fix a bug that would allow negative length.  Can tests be written in Python that fail without the patch?   Or would mis-behaving classes have to be written in C?
History
Date User Action Args
2017-03-24 19:18:34terry.reedysetrecipients: + terry.reedy, vstinner, serhiy.storchaka
2017-03-24 19:18:34terry.reedysetmessageid: <1490383114.53.0.983533157149.issue29838@psf.upfronthosting.co.za>
2017-03-24 19:18:34terry.reedylinkissue29838 messages
2017-03-24 19:18:34terry.reedycreate