File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -459,12 +459,6 @@ concurrent.futures
459459 ways to terminate or kill all living worker processes in the given pool.
460460 (Contributed by Charles Machalow in :gh: `130849 `.)
461461
462- contextvars
463- -----------
464-
465- * Support context manager protocol by :class: `contextvars.Token `.
466- (Contributed by Andrew Svetlov in :gh: `129889 `.)
467-
468462* Add the optional ``buffersize `` parameter to
469463 :meth: `concurrent.futures.Executor.map ` to limit the number of submitted
470464 tasks whose results have not yet been yielded. If the buffer is full,
@@ -473,6 +467,13 @@ contextvars
473467 (Contributed by Enzo Bonnal and Josh Rosenberg in :gh: `74028 `.)
474468
475469
470+ contextvars
471+ -----------
472+
473+ * Support context manager protocol by :class: `contextvars.Token `.
474+ (Contributed by Andrew Svetlov in :gh: `129889 `.)
475+
476+
476477ctypes
477478------
478479
You can’t perform that action at this time.
0 commit comments