John Ladasky wrote in message news:72209011-db09-4ba2-9c5b-f576a30e2...@googlegroups.com...

> Does anyone know what I must change to get the full traceback?

Three years ago, I had a similar issue with incomplete tracebacks while using multiprocessing.Pool. The discussion is here:

https://groups.google.com/forum/#!msg/comp.lang.python/qKTNNt8uKKU/biNyslh19ncJ;context-place=msg/comp.lang.python/qKTNNt8uKKU/c6K8kVdfTw4J

Other, better Python programmers than myself were treating this as a bug that needed to be fixed, and were doing so for Python 3.4. The linked discussion contains a link to the developers' bug reports. It appears that the bug was addressed, but I don't know if it was backported to every version of Python. What version of Python are you using?

I am using 3.6, so maybe it is a different issue, or maybe a similar one but the fix was not applied to the asyncio module.

I will study the thread you quoted, and report back.

Thanks

Frank



--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to