Message354134
multiprocessing.SimpleQueue is another workaround to this issue.
I agree the docs should be clearer about this. Additionally, it would be helpful if there was a way to optionally put an item on a multiprocessing.Queue and block until the item has been written to the pipe (or block until it is safe to mutate,garbage collect,etc the item in the calling thread). |
|
Date |
User |
Action |
Args |
2019-10-07 19:50:44 | highvelcty | set | recipients:
+ highvelcty, tim.peters, TwistedSim |
2019-10-07 19:50:44 | highvelcty | set | messageid: <1570477844.92.0.159873146509.issue32879@roundup.psfhosted.org> |
2019-10-07 19:50:44 | highvelcty | link | issue32879 messages |
2019-10-07 19:50:44 | highvelcty | create | |
|