Perspectilt/private-var-implementation

Patch the 'object' subclass workaround

Opened this issue · 0 comments

Since the implementation of private variables makes use of declaring the class as a sub class of the built-in class 'object', any attribute of the class can be accessed using through the class 'object'. It can't be directly blocked as this is the only method available to make the getattribute() and the other modified methods work.