New submission from Sindri Guðmundsson :
Raising an Exception in a callback handler of apply_async and/or map_async will
kill the _result_handler thread. This causes unexpected behavior as all
subsequent callbacks won't be called and worse, pool.join will deadlock.
The documentation s
Change by Sindri Guðmundsson :
--
keywords: +patch
pull_requests: +17230
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17795
___
Python tracker
<https://bugs.python.org/issu
Change by Sindri Guðmundsson :
--
type: behavior -> crash
___
Python tracker
<https://bugs.python.org/issue39190>
___
___
Python-bugs-list mailing list
Un