◐ Shell
clean mode source ↗

Message 148920 - Python tracker

Message148920

Author sbt
Recipients alexandre.vassalotti, pitrou, sbt, vstinner
Date 2011-12-06.14:52:15
SpamBayes Score 1.0198625e-08
Marked as misclassified No
Message-id <1323183136.39.0.753122084823.issue13520@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-06 14:52:16sbtsetrecipients: + sbt, pitrou, vstinner, alexandre.vassalotti
2011-12-06 14:52:16sbtsetmessageid: <1323183136.39.0.753122084823.issue13520@psf.upfronthosting.co.za>
2011-12-06 14:52:15sbtlinkissue13520 messages
2011-12-06 14:52:15sbtcreate