Message323538
| Author | pablogsal |
|---|---|
| Recipients | pablogsal |
| Date | 2018-08-14.20:09:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1534277378.73.0.56676864532.issue34408@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem occurs here: https://github.com/python/cpython/blob/master/Python/pystate.c#L185 If _PyRuntime.interpreters.next_id < 0 then interp is set to NULL and it will be dereferenced later: interp |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-14 20:09:38 | pablogsal | set | recipients: + pablogsal |
| 2018-08-14 20:09:38 | pablogsal | set | messageid: <1534277378.73.0.56676864532.issue34408@psf.upfronthosting.co.za> |
| 2018-08-14 20:09:38 | pablogsal | link | issue34408 messages |
| 2018-08-14 20:09:38 | pablogsal | create | |