sbt <shibt...@gmail.com> added the comment:

It looks like Issue 3657 is really about builtin methods (i.e. 
builtin_function_or_method objects where __self__ is not a module).  It causes 
no problem for normal python instance methods.

If we tried the getattr approach for builtin methods too then it should only be 
used as a fallback when saving as a global will not work.

----------

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

Reply via email to