[Python-Dev] Re: Accepting PEP 584: Add Union Operators To dict

2020-02-26 Thread Antoine Rozo
on.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/HMKYUZP5T6HTURG46GU3L72KANB65MLQ/ > Code of Conduct: http://python.org/psf/codeofconduc

Re: [Python-Dev] Possible bug in class-init, lookin for mentors

2017-04-21 Thread Antoine Rozo
same `[]` instance into `self.list` which is why, when you mutate > > the list, it's happening in all the instances of Foo as well. > > > > I hope it makes sense to you ! > > > > -- > > Guyzmo > > ___ > >