diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/0259.bpo-29861.t2ZoRK.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/0259.bpo-29861.t2ZoRK.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/0259.bpo-29861.t2ZoRK.rst b/Misc/NEWS.d/next/Library/0259.bpo-29861.t2ZoRK.rst new file mode 100644 index 0000000..c14091a --- /dev/null +++ b/Misc/NEWS.d/next/Library/0259.bpo-29861.t2ZoRK.rst @@ -0,0 +1,2 @@ +Release references to tasks, their arguments and their results as soon as +they are finished in multiprocessing.Pool. |