[Python-Dev] Replacing self.__dict__ in __init__

Dan Stromberg drsalists at gmail.com
Sun Mar 25 14:38:58 EDT 2018


On Sun, Mar 25, 2018 at 9:51 AM, Serhiy Storchaka <storchaka at gmail.com> wrote:
> 25.03.18 18:38, Tin Tvrtković пише:
>>
>> For example, for a simple class with 9 attributes:
> What are results for classes with 2 or 100 attributes? What are results in
> Python 3.5?
>
> I think you are playing on thin ice. Your results depend on implementation
> details of the bytecode
>
> I suggest you to not worry and just wait for more general optimizations in
> CPython interpreter.

Indeed, sometimes strange code that was once faster, is made slower
than the favored way by a future version of your favorite python
interpreter.

I hope there are more important things to worry about?


More information about the Python-Dev mailing list