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

IDLE should print multiprocessing function outputs in the IDLE shell #92633

Open
ylevental opened this issue May 10, 2022 · 0 comments
Open

IDLE should print multiprocessing function outputs in the IDLE shell #92633

ylevental opened this issue May 10, 2022 · 0 comments
Labels
type-feature

Comments

@ylevental
Copy link

@ylevental ylevental commented May 10, 2022

Feature or enhancement

Currently, multiprocessing functions can be run in IDLE. However, the output of these functions is not displayed in the IDLE shell. This is because the fork done by multiprocessing does not duplicate or inherit the socket connection (https://stackoverflow.com/a/35297841/14432236).

Pitch

The output of multiprocessing functions should be displayed in the IDLE shell if the shell is run. For instance, this example code will be able to run without displaying a termination message if multiprocessing is enabled: #92571

Previous discussion

I believe that the last couple bugs that I filed are because of this issue: #92622 and #92571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature
Projects
None yet
Development

No branches or pull requests

1 participant