Andreas Stührk <andy-pyt...@hammerhartes.de> added the comment:

Attached is a patch that fixes the issue: The dict methods are now used 
directly and before every access to an instance's "__dict__" attribute, it is 
checked that that attribute is really the instance's attribute and not a class 
attribute of the instance's type.

----------
keywords: +patch
nosy: +Trundle
Added file: http://bugs.python.org/file20811/inspect_issue_11133.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to