Message 317385 - Python tracker
Message317385
| Author | serhiy.storchaka |
|---|---|
| Recipients | Mark.Shannon, davin, ned.deily, pitrou, serhiy.storchaka, vstinner |
| Date | 2018-05-23.11:27:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527074865.38.0.682650639539.issue33612@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The assertion looked good to me when I reviewed this code, and I don't understand why it fails. Maybe it would be better to fix the case in which tstate->exc_info->previous_item != NULL before calling PyThreadState_Clear(). Otherwise we can leak some things. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-23 11:27:45 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, vstinner, ned.deily, Mark.Shannon, davin |
| 2018-05-23 11:27:45 | serhiy.storchaka | set | messageid: <1527074865.38.0.682650639539.issue33612@psf.upfronthosting.co.za> |
| 2018-05-23 11:27:45 | serhiy.storchaka | link | issue33612 messages |
| 2018-05-23 11:27:45 | serhiy.storchaka | create | |