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 Oren Milman, barry, serhiy.storchaka, terry.reedy, vstinner
Date 2017-04-16.06:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492324640.68.0.46677382466.issue29839@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset baf9f29811dba9c06e76b8e220bd77260202f299 by Serhiy Storchaka in branch 'master':
bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701)
https://github.com/python/cpython/commit/baf9f29811dba9c06e76b8e220bd77260202f299
History
Date User Action Args
2017-04-16 06:37:20serhiy.storchakasetrecipients: + serhiy.storchaka, barry, terry.reedy, vstinner, Oren Milman
2017-04-16 06:37:20serhiy.storchakasetmessageid: <1492324640.68.0.46677382466.issue29839@psf.upfronthosting.co.za>
2017-04-16 06:37:20serhiy.storchakalinkissue29839 messages
2017-04-16 06:37:20serhiy.storchakacreate