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 v2m
Recipients asvetlov, v2m, yselivanov
Date 2020-10-21.21:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603317285.99.0.989650690321.issue42113@roundup.psfhosted.org>
In-reply-to
Content
`TaskWakeupMethWrapper` looks like a more limited version of `PyCFunction` so it can be replaced with one.
Pros: remove a bunch of code, use better calling convention
Cons: now `wakeup` object will expose slightly more properties but I'm not sure whether this is bad
History
Date User Action Args
2020-10-21 21:54:46v2msetrecipients: + v2m, asvetlov, yselivanov
2020-10-21 21:54:45v2msetmessageid: <1603317285.99.0.989650690321.issue42113@roundup.psfhosted.org>
2020-10-21 21:54:45v2mlinkissue42113 messages
2020-10-21 21:54:45v2mcreate