[issue35000] aexit called after loop close

2018-10-16 Thread John Andersen
Change by John Andersen : Added file: https://bugs.python.org/file47872/test.py ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue35000] aexit called after loop close

2018-10-16 Thread John Andersen
New submission from John Andersen : aexit called after loop close on death by signal. This seems odd, the __aexit__ method must be running in a loop because it is an async function. However if one calls shield then it dies. ''' $ python3.7 test.py Hello! # Ctrl-C before 5 seconds is up $ pyth