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.06:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645685934.77.0.867748464868.issue46844@roundup.psfhosted.org>
In-reply-to
Content
Conceptually it is similar to replace malloc using LD_PRELOAD or LD_LIBRARY_PATH manipulation.  When I cannot modify the executable/library binaries, this allows replacing the functionality of specific functions.

If we could assign a specific (persistent) task group to all asyncio tasks spawned by a black-box code (when the black-box itself does not use task groups), we could achieve the full application-level transparency on the timing of task cancellation.
History
Date User Action Args
2022-02-24 06:58:54achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-24 06:58:54achimnolsetmessageid: <1645685934.77.0.867748464868.issue46844@roundup.psfhosted.org>
2022-02-24 06:58:54achimnollinkissue46844 messages
2022-02-24 06:58:54achimnolcreate