Pablo Galindo Salgado <[email protected]> added the comment:
multiprocessing.Pool.imap hangs in MacOs after applying this commit:
import multiprocessing
def the_test():
print("Begin")
for x in multiprocessing.Pool().imap(int,
["4", "3"]):
print(x)
print("End")
the_test()
This also happens in the backported branches.
----------
nosy: +pablogsal
status: closed -> open
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com