Most of the time when someone fixes a bug using a private member of another 
class then it's completely considered private code. Sometimes applications can 
cause crashes if there's memory leak or modification. Like there's an example 
where you change the name attribute of a bank account class and then there's a 
new account file created with that name when we never created or told to create 
that account file. And as I suggested,

> The main aim of private is to avoid modifying not accessing.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/3KI7I4GQSVWLEJ2M2FOGWLEHIQHKM2N5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to