Message390387
| Author | gousaiyang |
|---|---|
| Recipients | christian.heimes, eric.snow, gousaiyang, steve.dower |
| Date | 2021-04-06.23:18:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617751114.99.0.571311210048.issue43472@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
One problem is the naming of audit events. Actually I didn't even notice that `_xxsubinterpreters` was already there since Python 3.8, because PEP 554 is still in draft status as for now. Looks like `_xxsubinterpreters` is an internal low-level interface to subinterpreters (and probably only meant for testing purposes for now), while PEP 554 will bring a high-level interface `interpreters` for users. Naming the audit events as `interpreters.*` will be more readable, although the `interpreters` module doesn't actually exist today. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-06 23:18:35 | gousaiyang | set | recipients: + gousaiyang, christian.heimes, eric.snow, steve.dower |
| 2021-04-06 23:18:34 | gousaiyang | set | messageid: <1617751114.99.0.571311210048.issue43472@roundup.psfhosted.org> |
| 2021-04-06 23:18:34 | gousaiyang | link | issue43472 messages |
| 2021-04-06 23:18:34 | gousaiyang | create | |