Eric Snow <[email protected]> added the comment:
On Fri, Oct 15, 2021 at 3:56 AM STINNER Victor <[email protected]> wrote: > New changeset 063abd931f064a4b6b478b0b6e9aa13ee38d2cff by Victor Stinner in > branch 'main': > bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969) FYI, _xxsubinterpretersmodule is supposed to be an extension module (not builtin), so it's not meant to use internal APIs. At some point that happened and I only noticed now. I've created bpo-45486 to address that. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35081> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
