New submission from Eric Snow <ericsnowcurren...@gmail.com>:
After discussions about our use of the public C-API in stdlib extension modules, I realized that I'd written the _xxsubinterpreters module using internal C-API. However, there's no reason not to stick to the public C-API. Fixing this will require adding a few new "private" functions. ---------- assignee: eric.snow components: Interpreter Core messages: 336419 nosy: eric.snow priority: normal severity: normal stage: needs patch status: open title: Use only public C-API in _xxsubinterpreters module. versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36097> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com