Message 301660 - Python tracker
Message301660
| Author | njs |
|---|---|
| Recipients | Mark.Shannon, deleted0524, erik.bray, gregory.p.smith, jdemeyer, ncoghlan, njs, xgdomingo, yselivanov |
| Date | 2017-09-08.00:57:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504832277.94.0.0714208521955.issue29988@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Should I open a new issue for the __aexit__ part of this issue then, or...? The reason neither asyncio nor trio use the approach you describe is that it makes it impossible to break out of infinite loops, and trio in particular has entirely solved this problem modulo interpreter limitations like this one. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-08 00:57:58 | njs | set | recipients: + njs, gregory.p.smith, ncoghlan, Mark.Shannon, erik.bray, jdemeyer, yselivanov, deleted0524, xgdomingo |
| 2017-09-08 00:57:57 | njs | set | messageid: <1504832277.94.0.0714208521955.issue29988@psf.upfronthosting.co.za> |
| 2017-09-08 00:57:57 | njs | link | issue29988 messages |
| 2017-09-08 00:57:57 | njs | create | |