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 achimnol
Recipients achimnol, asvetlov, gvanrossum, yselivanov
Date 2022-02-24.14:29:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645712942.8.0.986537859228.issue46843@roundup.psfhosted.org>
In-reply-to
Content
Some search results from cs.github.com with the input "asyncio task weakset", which may be replaced/simplified with PersistentTaskGroup:

- https://github.com/Textualize/textual/blob/38efc821737e3158a8c4c7ef8ecfa953dc7c0ba8/src/textual/message_pump.py#L43
- https://github.com/aiokitchen/aiomisc/blob/59abd4434e6d134537490db699f89a51df1e6bbc/aiomisc/entrypoint.py#L132
- https://github.com/anki/cozmo-python-sdk/blob/dd29edef18748fcd816550469195323842a7872e/src/cozmo/event.py#L102
- https://github.com/aio-libs/aiohttp-sse/blob/db7d49bfc8a4907d9a8e7696a85b9772e1c550eb/examples/graceful_shutdown.py#L50
- https://github.com/mosquito/aiormq/blob/9c6c0dfc771ea8f6e79b7532177640c2692c640f/aiormq/base.py#L18
https://github.com/mars-project/mars/blob/d1a14cc4a1cb96e40e1d81eef38113b0c9221a84/mars/lib/aio/_runners.py#L57
History
Date User Action Args
2022-02-24 14:29:02achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-24 14:29:02achimnolsetmessageid: <1645712942.8.0.986537859228.issue46843@roundup.psfhosted.org>
2022-02-24 14:29:02achimnollinkissue46843 messages
2022-02-24 14:29:02achimnolcreate