[issue25291] better Exception message for certain task termination scenario

2022-03-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Python 3.7 forbids Task.set_exception() and Task.set_result(), the error message is pretty clear. Nothing to do here -- nosy: +asvetlov resolution: -> wont fix stage: -> resolved status: open -> closed ___

[issue25291] better Exception message for certain task termination scenario

2021-09-03 Thread Irit Katriel
Irit Katriel added the comment: This is doing something different now (on 3.11): iritkatriel@Irits-MBP cpython % ./python.exe ttt.py /Users/iritkatriel/src/cpython/ttt.py:5: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() i am task..

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Changes by Guido van Rossum : -- Removed message: http://bugs.python.org/msg252050 ___ Python tracker ___

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Guido van Rossum added the comment: Can you fix the issue title or do you want me to fix it? And did you also add a file you meant to go to a different issue? (Maybe link to the new issue and I can figure it out.) -- ___ Python tracker

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Oleg
Changes by Oleg : -- title: ssl socket gets into broken state when client exits during handshake -> better Exception message for certain task termination scenario ___ Python tracker

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Oleg
New submission from Oleg: the weird condition in the code causes the task to end with double exception, hard to understand what really had happened. producing output like that: |i am task.. |i keep working |Exception in callback Task._step() |handle: |Traceback (most

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Changes by Guido van Rossum : -- Removed message: http://bugs.python.org/msg252051 ___ Python tracker ___

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Changes by Guido van Rossum : Removed file: http://bugs.python.org/file40651/example_files.tar.gz ___ Python tracker ___

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Guido van Rossum added the comment: (OK, issue should be all cleaned up. :-) -- ___ Python tracker ___ ___

[issue25291] better Exception message for certain task termination scenario

2015-10-01 Thread Guido van Rossum
Changes by Guido van Rossum : -- Removed message: http://bugs.python.org/msg252053 ___ Python tracker ___