Message330864
| Author | pablogsal |
|---|---|
| Recipients | Windson Yang, davin, docs@python, mattip, pablogsal, pitrou, tzickel, zach.ware |
| Date | 2018-12-02.02:59:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1543719564.18.0.788709270274.issue34172@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-02 02:59:24 | pablogsal | set | recipients: + pablogsal, pitrou, docs@python, zach.ware, mattip, davin, tzickel, Windson Yang |
| 2018-12-02 02:59:24 | pablogsal | set | messageid: <1543719564.18.0.788709270274.issue34172@psf.upfronthosting.co.za> |
| 2018-12-02 02:59:24 | pablogsal | link | issue34172 messages |
| 2018-12-02 02:59:23 | pablogsal | create | |