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 rhettinger
Recipients Naris R, rhettinger, serhiy.storchaka, stutzbach
Date 2018-08-30.16:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535648180.49.0.56676864532.issue34427@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 1b5f9c9653f348b0aa8b7ca39f8a9361150f7dfc by Raymond Hettinger (Naris R) in branch 'master':
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813)
https://github.com/python/cpython/commit/1b5f9c9653f348b0aa8b7ca39f8a9361150f7dfc
History
Date User Action Args
2018-08-30 16:56:20rhettingersetrecipients: + rhettinger, stutzbach, serhiy.storchaka, Naris R
2018-08-30 16:56:20rhettingersetmessageid: <1535648180.49.0.56676864532.issue34427@psf.upfronthosting.co.za>
2018-08-30 16:56:20rhettingerlinkissue34427 messages
2018-08-30 16:56:20rhettingercreate