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 lukasz.langa
Recipients Dennis Sweeney, lukasz.langa, xxm
Date 2021-07-24.09:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627118243.59.0.029238938933.issue44720@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5370f0a82aaa4ba617070d5c71d2b18236096ac0 by Dennis Sweeney in branch 'main':
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316)
https://github.com/python/cpython/commit/5370f0a82aaa4ba617070d5c71d2b18236096ac0
History
Date User Action Args
2021-07-24 09:17:23lukasz.langasetrecipients: + lukasz.langa, Dennis Sweeney, xxm
2021-07-24 09:17:23lukasz.langasetmessageid: <1627118243.59.0.029238938933.issue44720@roundup.psfhosted.org>
2021-07-24 09:17:23lukasz.langalinkissue44720 messages
2021-07-24 09:17:23lukasz.langacreate