[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-10-21 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset f19ed6b0c77ba3bdaa1d8c304a61f2fa90b5d6ac by Miss Islington (bot) in branch '3.9': bpo-41061: Fix incorrect expressions in hashtable (GH-21028) https://github.com/python/cpython/commit/f19ed6b0c77ba3bdaa1d8c304a61f2fa90b5d6ac -- __

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-06-22 Thread miss-islington
miss-islington added the comment: New changeset 4901ea952691ad70aae21cfe04b6bd363b5a6aff by Christian Heimes in branch 'master': bpo-41061: Fix incorrect expressions in hashtable (GH-21028) https://github.com/python/cpython/commit/4901ea952691ad70aae21cfe04b6bd363b5a6aff -- nosy: +m

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +20213 pull_request: https://github.com/python/cpython/pull/21042 ___ Python tracker ___ __

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-06-21 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +20200 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21028 ___ Python tracker ___

[issue41061] Incorrect expressions / assert with side effect in hashtable

2020-06-21 Thread Christian Heimes
New submission from Christian Heimes : Coverity has found four issues in hashtable implementation and tests Py_hashtable_get_entry_generic(_Py_hashtable_t *ht, const void *key) CID 1464680 (#1 of 1): Evaluation order violation (EVALUATION_ORDER)write_write_typo: In entry = entry = (_Py_hashta