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 JelleZijlstra, eric.smith, hauntsaninja, kj, lukasz.langa, miss-islington, uriyyo
Date 2021-09-08.15:02:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631113320.54.0.659540993015.issue45121@roundup.psfhosted.org>
In-reply-to
Content
New changeset 99506dcbbe9fb56ceabe55f0a4333e5981b72095 by Ken Jin in branch '3.9':
[3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28233)
https://github.com/python/cpython/commit/99506dcbbe9fb56ceabe55f0a4333e5981b72095
History
Date User Action Args
2021-09-08 15:02:00lukasz.langasetrecipients: + lukasz.langa, eric.smith, JelleZijlstra, miss-islington, hauntsaninja, uriyyo, kj
2021-09-08 15:02:00lukasz.langasetmessageid: <1631113320.54.0.659540993015.issue45121@roundup.psfhosted.org>
2021-09-08 15:02:00lukasz.langalinkissue45121 messages
2021-09-08 15:02:00lukasz.langacreate