Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-94673: Isolate the _io module to Each Interpreter #102663

Merged
merged 3 commits into from
Mar 21, 2023

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently 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:

@ericsnowcurrently ericsnowcurrently merged commit e6ecd3e into python:main Mar 21, 2023
@ericsnowcurrently ericsnowcurrently 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants