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, tinchester, yselivanov
Date 2022-02-25.18:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645812854.59.0.855130255267.issue46843@roundup.psfhosted.org>
In-reply-to
Content
Good to hear that TaskGroup already uses WeakSet.

When all tasks finish, PersistentTaskGroup should not finish and wait for future tasks, unless explicitly cancelled or shutdown.  Could this be also configured with asyncio.TaskGroup?

I'm also ok with adding a simple option for such behavior to asyncio.TaskGroup instead of adding a whole new API/class.
History
Date User Action Args
2022-02-25 18:14:15achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov, tinchester
2022-02-25 18:14:14achimnolsetmessageid: <1645812854.59.0.855130255267.issue46843@roundup.psfhosted.org>
2022-02-25 18:14:14achimnollinkissue46843 messages
2022-02-25 18:14:14achimnolcreate