File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Filter options
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
459
459
ways to terminate or kill all living worker processes in the given pool.
460
460
(Contributed by Charles Machalow in :gh: `130849 `.)
461
461
462
- contextvars
463
- -----------
464
-
465
- * Support context manager protocol by :class: `contextvars.Token `.
466
- (Contributed by Andrew Svetlov in :gh: `129889 `.)
467
-
468
462
* Add the optional ``buffersize `` parameter to
469
463
:meth: `concurrent.futures.Executor.map ` to limit the number of submitted
470
464
tasks whose results have not yet been yielded. If the buffer is full,
@@ -473,6 +467,13 @@ contextvars
473
467
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh: `74028 `.)
474
468
475
469
470
+ contextvars
471
+ -----------
472
+
473
+ * Support context manager protocol by :class: `contextvars.Token `.
474
+ (Contributed by Andrew Svetlov in :gh: `129889 `.)
475
+
476
+
476
477
ctypes
477
478
------
478
479
You can’t perform that action at this time.
0 commit comments