Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e912f5a

Browse files
author
Ask Solem
committed
Added missing NEWS entry for my previous commit (r86370).
1 parent 2afcbf2 commit e912f5a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ Core and Builtins
6060
Library
6161
-------
6262

63+
- Issue #9244: multiprocessing pool worker processes could terminate
64+
unexpectedly if the return value of a task could not be pickled. Only
65+
the ``repr`` of such errors are now sent back, wrapped in an
66+
``MaybeEncodingError`` exception.
67+
68+
- Issue #9244: The ``apply_async()`` and ``map_async()`` methods
69+
of ``multiprocessing.Pool`` now accepts a ``error_callback`` argument.
70+
This can be a callback with the signature ``callback(exc)``, which will
71+
be called if the target raises an exception.
72+
6373
- Issue #10022: The dictionary returned by the ``getpeercert()`` method
6474
of SSL sockets now has additional items such as ``issuer`` and ``notBefore``.
6575

0 commit comments

Comments
 (0)