mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
e6ecd3e6b4
Aside from sys and builtins, _io is the only core builtin module that hasn't been ported to multi-phase init. We may do so later (e.g. gh-101948), but in the meantime we must at least take care of the module's static types properly. (This came up while working on gh-101660.) https://github.com/python/cpython/issues/94673