A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-April/063489.html below:

[Python-Dev] dis module and new-style classes

[Python-Dev] dis module and new-style classes [Python-Dev] dis module and new-style classesGeorg Brandl g.brandl at gmx.net
Thu Apr 6 18:44:25 CEST 2006
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

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4