This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xxm
Recipients asvetlov, terry.reedy, xxm, yselivanov
Date 2021-11-20.10:22:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637403776.18.0.722851497983.issue45813@roundup.psfhosted.org>
In-reply-to
Content
Thanks for testing it. Maybe it only crashes on Unix-like operating systems. I also try it on MacOS 11.6.1. with -i to ensure that python survives running the test code. On MacOS, it reports the following crashing information: 

------------------- 
xxm$ Python-3.11.0a2/python.exe -i test.py 
test.py:5: RuntimeWarning: coroutine 'f' was never awaited
  del f
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Segmentation fault: 11
--------------------
History
Date User Action Args
2021-11-20 10:22:56xxmsetrecipients: + xxm, terry.reedy, asvetlov, yselivanov
2021-11-20 10:22:56xxmsetmessageid: <1637403776.18.0.722851497983.issue45813@roundup.psfhosted.org>
2021-11-20 10:22:56xxmlinkissue45813 messages
2021-11-20 10:22:56xxmcreate