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 gvanrossum
Recipients asvetlov, gvanrossum, iritkatriel, njs, tinchester, yselivanov
Date 2022-02-16.18:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645035597.68.0.0554054772283.issue46771@roundup.psfhosted.org>
In-reply-to
Content
Sure, we should create the best possible solution.

We have no CI in the stdlib that checks type annotations, so those should probably be moved to a stub file in typeshed. (Ditto for asyncio taskgroups.py.)

Using the new .cancelling()/.uncancel() API added to Task you might be able to avoid hacks using the cancel msg (check how it's used in the new TaskGroup).
History
Date User Action Args
2022-02-16 18:19:57gvanrossumsetrecipients: + gvanrossum, njs, asvetlov, yselivanov, tinchester, iritkatriel
2022-02-16 18:19:57gvanrossumsetmessageid: <1645035597.68.0.0554054772283.issue46771@roundup.psfhosted.org>
2022-02-16 18:19:57gvanrossumlinkissue46771 messages
2022-02-16 18:19:57gvanrossumcreate