changeset | 57e47c817d26 |
---|---|
branch | |
bookmark | |
tag | |
user | Peter Holloway <holloway.p.r@gmail.com> |
description | Fix race condition in PyStringMap keys method [GH-156] If the map was modified during a call to keys(), the keyset would change size and cause an ArrayIndexOutOfBoundsException. This creates a copy of the keyset and uses that throughout the method. |
files | NEWS src/org/python/core/PyStringMap.java |
↧
Fix race condition in PyStringMap keys method [GH-156]
↧