Message364035
| Author | vstinner |
|---|---|
| Recipients | Mark.Shannon, brett.cannon, dino.viehland, eric.snow, fabioz, gregory.p.smith, lukasz.langa, phsilva, vstinner |
| Date | 2020-03-12.17:48:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1584035339.74.0.858509202174.issue38500@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Mark Shannon: `PyThreadState` is an internal opaque data structure, which means we are free to change it. I guess that you mean PyInterpreterState which was moved to the internal C API in Python 3.8. It was part of public C API in Python 3.7. See commit be3b295838547bba267eb08434b418ef0df87ee0 of bpo-35886. By the way, I just created bpo-39947: "Make the PyThreadState structure opaque (move it to the internal C API)". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-12 17:48:59 | vstinner | set | recipients: + vstinner, brett.cannon, gregory.p.smith, fabioz, phsilva, dino.viehland, lukasz.langa, Mark.Shannon, eric.snow |
| 2020-03-12 17:48:59 | vstinner | set | messageid: <1584035339.74.0.858509202174.issue38500@roundup.psfhosted.org> |
| 2020-03-12 17:48:59 | vstinner | link | issue38500 messages |
| 2020-03-12 17:48:59 | vstinner | create | |