multiprocessing async .get() hangs if the pool is terminated #126743
Labels
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
MWE
Steps to reproduce:
Expected behavior:
Either:
Pool().__exit__
waits for every async task to finish); or.get()
is called outsidewith Pool()
Comments
This is the same as #79659. That was marked as completed in 2021. However it seems the issue is still present.
CPython versions tested on:
3.12, 3.13, 3.14
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: