[issue42306] wrong exception handling in case asyncio.shiled usage

2020-12-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, this issue is not reproduced on 3.8-3.9, 3.7 is in security mode. The issue doesn't belong to the security set. Closing. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tr

[issue42306] wrong exception handling in case asyncio.shiled usage

2020-12-14 Thread Martin Natano
Martin Natano added the comment: I just verified that this is not an issue in python 3.8.6 and python 3.9.0. In those versions a normal stacktrace is generated, as expected. -- nosy: +natano ___ Python tracker

[issue42306] wrong exception handling in case asyncio.shiled usage

2020-11-10 Thread Alex Alex
New submission from Alex Alex : There is not any message about exception from try block. See attach. -- components: asyncio files: scratch_31.py messages: 380640 nosy: Alex Alex, asvetlov, yselivanov priority: normal severity: normal status: open title: wrong exception handling in case