This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients xiang.zhang
Date 2016-04-11.10:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460369974.2.0.716803365246.issue26733@psf.upfronthosting.co.za>
In-reply-to
Content
Though the documentation tells when disassembling a class, it disassembles all methods for dis.dis, but staticmethod and classmethod are ignored. I don't know whether this is intended.

I write to patch to add staticmethod and classmethod. But unfortunately when I write tests, one unrelated test fails and I cannot figure out why.
History
Date User Action Args
2016-04-11 10:19:34xiang.zhangsetrecipients: + xiang.zhang
2016-04-11 10:19:34xiang.zhangsetmessageid: <1460369974.2.0.716803365246.issue26733@psf.upfronthosting.co.za>
2016-04-11 10:19:34xiang.zhanglinkissue26733 messages
2016-04-11 10:19:33xiang.zhangcreate