new feature in Python.

2020-09-30 Thread yonatan
Hi, My name is Jonatan and i am programming in Python for about 4 years, I have a great idea, there are __iX__` methods, such as `__ior__`, `__iadd__`, `__iand__` etc.., which implements the |=, +=, &= behavior, it would be nice if you could implement also `__igetattr__` or something, which mea

Re: Lock acquisition by the same thread - deadlock protection

2020-03-11 Thread Yonatan
quot; part. But I question the double locking. On Tue, Mar 10, 2020 at 5:07 PM Barry Scott wrote: > > > > > On 9 Mar 2020, at 22:53, Yonatan Goldschmidt > > wrote: > > > > I recently debugged a program hang, eventually finding out it's a deadlock > &

Lock acquisition by the same thread - deadlock protection

2020-03-09 Thread Yonatan Goldschmidt
to, so I grepped a few random archives but found nothing about it. Would be happy if anyone could shed some light on it... Thanks, Yonatan -- https://mail.python.org/mailman/listinfo/python-list