cpython/Misc/NEWS.d/next/Library/2020-03-15-08-06-05.bpo-388...

4 lines
231 B
ReStructuredText

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.