Change by g...@nlc.co.nz :
--
title: multiprocesssing.Pool.map_async() undocumented ->
multiprocesssing.pool.AsyncResult undocumented field
___
Python tracker
<https://bugs.python.org/issu
New submission from g...@nlc.co.nz :
A list can no be used as the key to a dict, apparently because it is
"unhashable": TypeError: unhashable type: 'list'.
The code must exist to hash object like this a tuple is hashable and can be
constructed from a list.
--
com
New submission from g...@nlc.co.nz :
To monitor how much of my multiprocess.Pool is completed I am forced to use
undocumented features which I fear mat changed in the future. Especially
result._number_left which looks like a private variable. Can you please
document the result from