Message368701
| 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:01 | achimnol | set | recipients: + achimnol, fantix, ned.deily, asvetlov, abacabadabacaba, lukasz.langa, yselivanov |
| 2020-05-12 05:13:01 | achimnol | set | messageid: <1589260381.09.0.751360259555.issue30064@roundup.psfhosted.org> |
| 2020-05-12 05:13:01 | achimnol | link | issue30064 messages |
| 2020-05-12 05:13:00 | achimnol | create | |