Message12348
Might this be a concurrency problem?
The logic of org.python.core.PyStringMap.stringmap_keys seems to me to be thread-unsafe. It gets a collection size, to size the destination array, then iterates the collection on the assumption the size has not changed. This is only based on a cursory inspection of the method named. It would be worth questioning other methods of this class too. |
|
Date |
User |
Action |
Args |
2019-02-18 22:41:54 | jeff.allen | set | messageid: <1550529714.34.0.261943054077.issue2740@roundup.psfhosted.org> |
2019-02-18 22:41:54 | jeff.allen | set | recipients:
+ jeff.allen, vigneshkumarsadasivam |
2019-02-18 22:41:54 | jeff.allen | link | issue2740 messages |
2019-02-18 22:41:54 | jeff.allen | create | |
|