[issue32181] runaway Tasks with Task.cancel() ignored.

2022-03-12 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32181] runaway Tasks with Task.cancel() ignored.

2018-09-22 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32181] runaway Tasks with Task.cancel() ignored.

2018-05-29 Thread Yury Selivanov
Yury Selivanov added the comment: I think this is caused by https://bugs.python.org/issue30773 (a bug in asynchronous generators) -- ___ Python tracker ___

[issue32181] runaway Tasks with Task.cancel() ignored.

2017-11-30 Thread Oleg K
New submission from Oleg K : (tested in VM and in real linux) there is an issue with Task, in some cases task will ignore cancellation and will keep running for a while. there is some explanation needed regarding the python_task_cancel.py example. 1)there is a async