Message12348

Author jeff.allen
Recipients jeff.allen, vigneshkumarsadasivam
Date 2019-02-18.22:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550529714.34.0.261943054077.issue2740@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-18 22:41:54jeff.allensetmessageid: <1550529714.34.0.261943054077.issue2740@roundup.psfhosted.org>
2019-02-18 22:41:54jeff.allensetrecipients: + jeff.allen, vigneshkumarsadasivam
2019-02-18 22:41:54jeff.allenlinkissue2740 messages
2019-02-18 22:41:54jeff.allencreate