[issue1736792] dict reentrant/threading request

2021-09-26 Thread STINNER Victor
STINNER Victor added the comment: > As I first mentioned in my post[1] on comp.lang.python, it seems possible to > modify a dict while a lookup is ongoing, without causing the lookup to > restart. That's a bad practice. Python dict raises an exception in some cases: RuntimeError("dict mutat

[issue1736792] dict reentrant/threading request

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1736792] dict reentrant/threading request

2010-09-17 Thread Adam Olsen
Adam Olsen added the comment: I don't believe there's anything to debate on this, so all it really needs is a patch, followed by getting someone to review and commit it. -- ___ Python tracker __

[issue1736792] dict reentrant/threading request

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: Is this something that should be taken up on python-dev? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue1736792] dict reentrant/threading request

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- title: dict reentrant/threading bug -> dict reentrant/threading request versions: -Python 2.7 ___ Python tracker ___