On 2/9/22 8:40 AM, Pablo Galindo Salgado wrote:
> Petr Viktorin wrote:
>> Should there be a getter/setter for co_positions?
>
> We consider the representation of co_postions private, so we don't want (for
now) to ad
> getters/setters.
Isn't the whole point of getters/setters is to allow public access to information, allowing the internal representation
of that information to change? However the exception information is store by CPython, it's going to be needed by other
frameworks.
--
~Ethan~
_______________________________________________
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/OX4Q4MROMDNO5MVU35MJ2ARIH4RUB5KZ/
Code of Conduct: http://python.org/psf/codeofconduct/