Has anyone raised this on bugs.python.org? That's the best way to get something like this looked at, not via a post on Stack Overflow. The SO posting didn't include a bpo link. Paul
On Thu, 12 Aug 2021 at 07:33, Marco Sulla <[email protected]> wrote: > > No ideas? Excuse me for the up. > > On Fri, 6 Aug 2021 at 21:29, Marco Sulla <[email protected]> wrote: > > > > I've done an answer on SO about why subclassing `dict` makes the > > subclass so much slower than `dict`. The answer is interesting: > > > > https://stackoverflow.com/questions/59912147/why-does-subclassing-in-python-slow-things-down-so-much > > > > What do you think about? > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/ODHRCDEPOP3AUJJ6IKF2GFLOWJ5BY7TX/ > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BS3SWNUFGFRHGQFY5KKYJB5C2FHZNOAJ/ Code of Conduct: http://python.org/psf/codeofconduct/
