Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Mar 13, 2023

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, 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.)

@AlexWaygood
Copy link
Member

X-ref'ing:

@ericsnowcurrentlyericsnowcurrently merged commit e6ecd3e into python:mainMar 21, 2023
@ericsnowcurrentlyericsnowcurrently deleted the isolate-io-module branch March 21, 2023 20:01
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
…102663) 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. pythongh-101948), but in the meantime we must at least take care of the module's static types properly. (This came up while working on pythongh-101660.) python#94673
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
…102663) 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. pythongh-101948), but in the meantime we must at least take care of the module's static types properly. (This came up while working on pythongh-101660.) python#94673
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ericsnowcurrently@AlexWaygood@bedevere-bot