Traceback when using multiprocessing, less than helpful?

Ethan Furman ethan at stoneleaf.us
Thu Nov 21 17:32:08 EST 2013


On 11/21/2013 01:49 PM, John Ladasky wrote:
>
> So now, for anyone who is still reading this: is it your
> opinion that the traceback that I obtained through
>  multiprocessing.pool._map_async().get() SHOULD have allowed
>  me to see what the ultimate cause of the exception was?

It would certainly be nice.

> I think so.  Is it a bug?  Should I request a bugfix?  How
> do I go about doing that?

Check out bugs.python.org.  Search for multiprocessing and tracebacks to see if anything is already there; if not, 
create a new issue.

--
~Ethan~





More information about the Python-list mailing list