patches/Restricted: fix access check for type
On python2, attributes of new style classes (classes, not instances) were not properly validated. On python3, attributes of classes were not.
Showing
Please register or sign in to comment
On python2, attributes of new style classes (classes, not instances) were not properly validated. On python3, attributes of classes were not.