[issue40444] multiprocessing.Pool deadlocks with only print statements

2020-04-29 Thread Darin Tay
Darin Tay added the comment: Ah yes, I should have mentioned this is on Linux! I also got around to testing on 3.8.2 (linux), where it still reproduces. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40444] multiprocessing.Pool deadlocks with only print statements

2020-04-29 Thread Darin Tay
New submission from Darin Tay : I ran into a deadlock that I've reduced to a small and consistent repro, tested on 3.7.5 and 3.8.0. Reading through https://bugs.python.org/issue6721 now I suspect it is just another case of that, but not certain. In particular, I'm not using any explicit