Closed GoogleCodeExporter closed 9 years ago
Ping?
Original comment by br...@rdnzl.net
on 27 Feb 2014 at 2:07
If you are interested here's also a workaround which not requires to patch the
library:
http://stackoverflow.com/questions/19309514/how-to-get-correct-line-number-where
-exception-was-thrown-using-concurrent-futur/24457608#24457608
Original comment by loumarvi...@gmail.com
on 9 Jul 2014 at 8:01
Yeah, that's what I ended up doing in production, but it would be nice to have
the library handle this - it's pretty obscure for a first-time user of the
futures library.
Original comment by br...@rdnzl.net
on 14 Jul 2014 at 7:00
I made a fix independently and released a new version (2.2.0) to address this
issue for ThreadPoolExecutor. AFAIK there is no way to serialize tracebacks so
the problem remains for ProcessPoolExecutor.
Original comment by alex.gro...@nextday.fi
on 26 Sep 2014 at 7:18
Original issue reported on code.google.com by
br...@rdnzl.net
on 5 Feb 2014 at 10:50Attachments: