On Fri, Jul 6, 2018 at 11:56 AM INADA Naoki <songofaca...@gmail.com> wrote: > > D.setdefault('c', None)
Not guaranteed to be atomic. I think the only safe way to do it is with a Lock. -- https://mail.python.org/mailman/listinfo/python-list
On Fri, Jul 6, 2018 at 11:56 AM INADA Naoki <songofaca...@gmail.com> wrote: > > D.setdefault('c', None)
Not guaranteed to be atomic. I think the only safe way to do it is with a Lock. -- https://mail.python.org/mailman/listinfo/python-list