SIGN IN SIGN UP

bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141)

Wrap the callback call within the `add_done_callback` function within concurrent.futures, in order to behave in an identical manner to callbacks added to a running future are triggered once it has completed.
S
Sam Martin committed
2a3a2ece502c05ea33c95dd0db497189e0354bfd
Parent: d8a82e2
Committed by Antoine Pitrou <antoine@python.org> on 5/22/2019, 9:29:02 PM