Skip to content

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

@xcombelle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.14bugs and security fixes3.15new features, bugs and security fixesstdlibStandard Library Python modules in the Lib/ directorytopic-IDLEtopic-subinterpreterstype-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Todo

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions