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 kj
Recipients JelleZijlstra, eric.smith, hauntsaninja, kj, lukasz.langa, uriyyo
Date 2021-09-08.10:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631096728.12.0.472598993509.issue45121@roundup.psfhosted.org>
In-reply-to
Content
New changeset c11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f by Yurii Karabas in branch 'main':
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206)
https://github.com/python/cpython/commit/c11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f
History
Date User Action Args
2021-09-08 10:25:28kjsetrecipients: + kj, eric.smith, lukasz.langa, JelleZijlstra, hauntsaninja, uriyyo
2021-09-08 10:25:28kjsetmessageid: <1631096728.12.0.472598993509.issue45121@roundup.psfhosted.org>
2021-09-08 10:25:28kjlinkissue45121 messages
2021-09-08 10:25:28kjcreate