Hi, dis.dis currently handles new-style classes stepmotherly: given
class C(object):
def Cm(): pass
class D(object):
def Dm(): pass
dis.dis(C) doesn't touch D, and
dis.dis(C()) doesn't touch anything.
Should it be fixed? It may need some reworking in dis.dis.
Georg
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
