ways to terminate or kill all living worker processes in the given pool.
(Contributed by Charles Machalow in :gh:`130849`.)
-contextvars
------------
-
-* Support context manager protocol by :class:`contextvars.Token`.
- (Contributed by Andrew Svetlov in :gh:`129889`.)
-
* Add the optional ``buffersize`` parameter to
:meth:`concurrent.futures.Executor.map` to limit the number of submitted
tasks whose results have not yet been yielded. If the buffer is full,
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
+contextvars
+-----------
+
+* Support context manager protocol by :class:`contextvars.Token`.
+ (Contributed by Andrew Svetlov in :gh:`129889`.)
+
+
ctypes
------