Message321325
| Author | and800 |
|---|---|
| Recipients | and800, asvetlov, yselivanov |
| Date | 2018-07-09.15:57:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531151860.68.0.56676864532.issue34074@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I meant that my example is a complete python script, and after `loop.run_forever()` the interpreter stops. So I expected every python object to be destructed on interpreter shutdown, but coro's `close()` is not called. To make example more practical, let's change `loop.stop()` to `raise KeyboardInterrupt()`. Program stops without calling `close()` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-09 15:57:40 | and800 | set | recipients: + and800, asvetlov, yselivanov |
| 2018-07-09 15:57:40 | and800 | set | messageid: <1531151860.68.0.56676864532.issue34074@psf.upfronthosting.co.za> |
| 2018-07-09 15:57:40 | and800 | link | issue34074 messages |
| 2018-07-09 15:57:40 | and800 | create | |