For the implementation I had the same idea as Steven. And I don't think static 
variables should stored in __dict__ or __defaults__. Instead to increase 
efficiency (more importantly not to decrease current efficiency) it should be 
stored as a dict in __static__ or some other dunder member.
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/SLG54ROIMOROTGI7QLFB6WHCW4HL2QT5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to