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 achimnol
Recipients abacabadabacaba, achimnol, asvetlov, fantix, lukasz.langa, ned.deily, yselivanov
Date 2020-05-12.05:13:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589260381.09.0.751360259555.issue30064@roundup.psfhosted.org>
In-reply-to
Content
I just encountered this issue when doing "sys.exit(1)" on a Click-based CLI program that internally uses asyncio event loop via wrapped via a context manager, on Python 3.8.2.

Using uvloop or adding "time.sleep(0.1)" before "sys.exit(1)" removes the error.
History
Date User Action Args
2020-05-12 05:13:01achimnolsetrecipients: + achimnol, fantix, ned.deily, asvetlov, abacabadabacaba, lukasz.langa, yselivanov
2020-05-12 05:13:01achimnolsetmessageid: <1589260381.09.0.751360259555.issue30064@roundup.psfhosted.org>
2020-05-12 05:13:01achimnollinkissue30064 messages
2020-05-12 05:13:00achimnolcreate