New submission from Eric Snow <[email protected]>:
By design, _xxsubinterpretersmodule is not supposed to be a builtin module. As a regular extension module it should only use public (or private-but-not-internal) APIs. In fact, I was careful to not use any internal APIs in the implementation. However, some have crept in. The usage of internal API should be replaced with public (or private) API. If necessary, new API should be added. ---------- messages: 404027 nosy: eric.snow, vstinner priority: normal severity: normal stage: needs patch status: open title: Stop using internal APIs in _xxsubinterpretersmodule.c. versions: Python 3.11 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45486> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
