Message309052
| Author | ncoghlan |
|---|---|
| Recipients | Dormouse759, docs@python, ncoghlan, petr.viktorin, pitrou, scoder |
| Date | 2017-12-26.00:26:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1514247981.89.0.213398074469.issue32374@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yep, the requirement for supporting multiple interpreters is just that you either avoid relying on C global state entirely, or else correctly synchronise access to it. Multi-phase initialisation just provides a few nudges in the direction of doing that more consistently. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-26 00:26:21 | ncoghlan | set | recipients: + ncoghlan, pitrou, scoder, petr.viktorin, docs@python, Dormouse759 |
| 2017-12-26 00:26:21 | ncoghlan | set | messageid: <1514247981.89.0.213398074469.issue32374@psf.upfronthosting.co.za> |
| 2017-12-26 00:26:21 | ncoghlan | link | issue32374 messages |
| 2017-12-26 00:26:21 | ncoghlan | create | |