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 serhiy.storchaka
Recipients anacrolix, eric.araujo, ezio.melotti, michael.foord, r.david.murray, serhiy.storchaka, vstinner, zach.ware
Date 2021-09-17.19:38:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631907480.57.0.159307272483.issue14408@roundup.psfhosted.org>
In-reply-to
Content
It has been done in issue45187. The problem with reaping threads was solved by using setUpModule() and addModuleCleanup().

Matt's patch contains also replacing calls of concrete class __init__s with using super(). It can be applied.
History
Date User Action Args
2021-09-17 19:38:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, eric.araujo, r.david.murray, michael.foord, anacrolix, zach.ware
2021-09-17 19:38:00serhiy.storchakasetmessageid: <1631907480.57.0.159307272483.issue14408@roundup.psfhosted.org>
2021-09-17 19:38:00serhiy.storchakalinkissue14408 messages
2021-09-17 19:38:00serhiy.storchakacreate