Multiprocessing queue doesn't make the program exit properly #132634
Labels
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Hi, I'm observing a strange behaviour with python multiprocessing Queue object.
My environment:
but I observed the same with:
and:
I have this short script:
If I run it, everything is ok, it raises the error and exits:
but if i change the number from 716 to 717 or any other number above it, it raises the error but doesn't exits, the scripts hangs there. and when i forcefully stop the scripts it exits with code -1
CPython versions tested on:
3.13
Operating systems tested on:
Windows
The text was updated successfully, but these errors were encountered: