Message317440
| Author | serhiy.storchaka |
|---|---|
| Recipients | asvetlov, serhiy.storchaka, yselivanov |
| Date | 2018-05-23.19:55:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527105336.19.0.682650639539.issue33623@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is the problem because traceback_extract_stack is NULL? But this will not fix the problem completely. For example calling repr() on a future can crash because of asyncio_future_repr_info_func == NULL. And many other operations use globals cleared in module_free(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-23 19:55:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka, asvetlov, yselivanov |
| 2018-05-23 19:55:36 | serhiy.storchaka | set | messageid: <1527105336.19.0.682650639539.issue33623@psf.upfronthosting.co.za> |
| 2018-05-23 19:55:36 | serhiy.storchaka | link | issue33623 messages |
| 2018-05-23 19:55:36 | serhiy.storchaka | create | |