Message 368274 - Python tracker
Message368274
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, shihai1991, vstinner |
| Date | 2020-05-06.16:08:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1588781305.2.0.199386076993.issue40533@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Yep, before per-interpreter GIL is official we must get to the point where *no* PyObject objects are shared. Making PyObject.ob_refcnt atomic until then (only as part of the experiment) should be fine. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-06 16:08:25 | eric.snow | set | recipients: + eric.snow, vstinner, shihai1991 |
| 2020-05-06 16:08:25 | eric.snow | set | messageid: <1588781305.2.0.199386076993.issue40533@roundup.psfhosted.org> |
| 2020-05-06 16:08:25 | eric.snow | link | issue40533 messages |
| 2020-05-06 16:08:25 | eric.snow | create | |