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:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631113531.34.0.125623314704.issue45121@roundup.psfhosted.org>
In-reply-to
Content
New changeset c081649e6df55203178a44d16bc4c96f9fa2c6a4 by Miss Islington (bot) in branch '3.10':
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232)
https://github.com/python/cpython/commit/c081649e6df55203178a44d16bc4c96f9fa2c6a4
History
Date User Action Args
2021-09-08 15:05:31lukasz.langasetrecipients: + lukasz.langa, eric.smith, JelleZijlstra, miss-islington, hauntsaninja, uriyyo, kj
2021-09-08 15:05:31lukasz.langasetmessageid: <1631113531.34.0.125623314704.issue45121@roundup.psfhosted.org>
2021-09-08 15:05:31lukasz.langalinkissue45121 messages
2021-09-08 15:05:31lukasz.langacreate