[issue36456] task.cancel unbound recursion if task is deadlocked

2021-01-21 Thread Dima Tisnek
Change by Dima Tisnek : -- title: task.cancel unbound recursion -> task.cancel unbound recursion if task is deadlocked ___ Python tracker ___

[issue36456] task.cancel unbound recursion

2021-01-21 Thread Dima Tisnek
Dima Tisnek added the comment: Py3.10: tested on v3.10.0a3:8bae2a958e and v3.10.0a4:445f7f54b1 -- versions: +Python 3.10 ___ Python tracker ___

[issue36456] task.cancel unbound recursion

2020-05-18 Thread Chris Jerdonek
Change by Chris Jerdonek : -- nosy: +chris.jerdonek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36456] task.cancel unbound recursion

2019-06-24 Thread Guido Imperiale
Change by Guido Imperiale : -- nosy: +crusaderky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36456] task.cancel unbound recursion

2019-03-27 Thread Dima Tisnek
New submission from Dima Tisnek : Cancelling a deadlocked group of tasks results in MaximumRecursionError Inspired by https://stackoverflow.com/questions/55341189/handling-asyncio-deadlocks Given the following test-asyncio.py: ``` import asyncio async def test(): async def f():