Saiyang Gou <gousaiyang...@gmail.com> added the comment:

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.

----------
nosy: +gousaiyang

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to