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 rhettinger, serhiy.storchaka
Date 2017-09-26.05:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506402900.67.0.368853816796.issue31579@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0e950dd22b075b4809c84afda8aede02b76ac0fa by Serhiy Storchaka in branch 'master':
bpo-31579: Fixed a possible leak in enumerate() with large indices. (#3753)
https://github.com/python/cpython/commit/0e950dd22b075b4809c84afda8aede02b76ac0fa
History
Date User Action Args
2017-09-26 05:15:00serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2017-09-26 05:15:00serhiy.storchakasetmessageid: <1506402900.67.0.368853816796.issue31579@psf.upfronthosting.co.za>
2017-09-26 05:15:00serhiy.storchakalinkissue31579 messages
2017-09-26 05:15:00serhiy.storchakacreate