Message 364378 - Python tracker
Message364378
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2020-03-17.00:53:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1584406401.63.0.604728519645.issue39984@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The _PyRuntime.ceval structure should be made "per-interpreter". I don't want to make the GIL per-interpreter: that's out of the scope of this issue. So I propose to only move a few fields to make more ceval fields "per interpreter". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-17 00:53:21 | vstinner | set | recipients: + vstinner |
| 2020-03-17 00:53:21 | vstinner | set | messageid: <1584406401.63.0.604728519645.issue39984@roundup.psfhosted.org> |
| 2020-03-17 00:53:21 | vstinner | link | issue39984 messages |
| 2020-03-17 00:53:21 | vstinner | create | |