Message148920
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. |
|
| Date |
User |
Action |
Args |
| 2011-12-06 14:52:16 | sbt | set | recipients:
+ sbt, pitrou, vstinner, alexandre.vassalotti |
| 2011-12-06 14:52:16 | sbt | set | messageid: <[email protected]> |
| 2011-12-06 14:52:15 | sbt | link | issue13520 messages |
| 2011-12-06 14:52:15 | sbt | create | |
|