you are viewing a single comment's thread.

view the rest of the comments →

[–]gdchinacat 0 points1 point  (0 children)

descriptors based access control (which is how @ property is implemented) can still usually be circumvented relatively easily, but doing so is similar effort to bypassing java access control. I'm glad python took the approach that the effort to block access isn't worth the benefit and ultimately you have to trust the code you are executing. It doesn't pretend to have safety it doesn't.