We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ae9eb commit 0c45dc6Copy full SHA for 0c45dc6
1 file changed
Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-38891.56Yokh.rst
@@ -0,0 +1,3 @@
1
+Fix linear runtime behaviour of the `__getitem__` and `__setitem__` methods in
2
+:class:`multiprocessing.shared_memory.ShareableList`. This avoids quadratic
3
+performance when iterating a `ShareableList`. Patch by Thomas Krennwallner.
0 commit comments