This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:35gousaiyangsetrecipients: + gousaiyang, christian.heimes, eric.snow, steve.dower
2021-04-06 23:18:34gousaiyangsetmessageid: <1617751114.99.0.571311210048.issue43472@roundup.psfhosted.org>
2021-04-06 23:18:34gousaiyanglinkissue43472 messages
2021-04-06 23:18:34gousaiyangcreate