Skip to content

python3.14.0rc3 idle doesn't show subinterpreter output while console does #139383

Description

@xcombelle

Bug report

Bug description:

from concurrent import interpreters
interp = interpreters.create()
interp.exec('print("during")')

the above code print nothing when run in idle and print during when in the console

CPython versions tested on:

3.14

Operating systems tested on:

Windows

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions