diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst b/Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst deleted file mode 100644 index fdb8a05..0000000 --- a/Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fix linear runtime behaviour of the `__getitem__` and `__setitem__` methods in -:class:`multiprocessing.shared_memory.ShareableList`. This avoids quadratic -performance when iterating a `ShareableList`. Patch by Thomas Krennwallner. |