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 pablogsal
Recipients Dennis Sweeney, asvetlov, jab, pablogsal, pewscorner, yselivanov
Date 2021-04-11.04:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618116702.14.0.568852221823.issue43751@roundup.psfhosted.org>
In-reply-to
Content
New changeset dfb45323ce8a543ca844c311e32c994ec9554c1b by Dennis Sweeney in branch 'master':
bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238)
https://github.com/python/cpython/commit/dfb45323ce8a543ca844c311e32c994ec9554c1b
History
Date User Action Args
2021-04-11 04:51:42pablogsalsetrecipients: + pablogsal, jab, asvetlov, yselivanov, pewscorner, Dennis Sweeney
2021-04-11 04:51:42pablogsalsetmessageid: <1618116702.14.0.568852221823.issue43751@roundup.psfhosted.org>
2021-04-11 04:51:42pablogsallinkissue43751 messages
2021-04-11 04:51:42pablogsalcreate