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 xdegaye
Recipients Simon.Chopin, tshepang, xdegaye
Date 2012-11-10.20:25:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352579105.8.0.16670488459.issue14196@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce the problem on python 2.7.  The example runs
without problem after fixing the example with the
following changes:

    remove the call to pdb.set_trace(), the debugger is already
    started with a call to pdb.run()

    add the missing 'cls' parameter in the call to __new__() in:
        return super(A, cls).__new__()
History
Date User Action Args
2012-11-10 20:25:05xdegayesetrecipients: + xdegaye, tshepang, Simon.Chopin
2012-11-10 20:25:05xdegayesetmessageid: <1352579105.8.0.16670488459.issue14196@psf.upfronthosting.co.za>
2012-11-10 20:25:05xdegayelinkissue14196 messages
2012-11-10 20:25:05xdegayecreate