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 christian.heimes
Recipients christian.heimes, gvanrossum
Date 2007-11-24.06:50:31
SpamBayes Score 0.008943604
Marked as misclassified No
Message-id <1195887033.53.0.361766903132.issue1493@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a first patch to remove unbound method objects.

6 tests failed:
    test_descr test_inspect test_pyclbr test_typechecks test_unittest
    test_weakref
Files
File name Uploaded
py3k_remove_unbound.patch christian.heimes, 2007-11-24.06:50:32
History
Date User Action Args
2007-11-24 06:50:34christian.heimessetspambayes_score: 0.0089436 -> 0.008943604
recipients: + christian.heimes, gvanrossum
2007-11-24 06:50:33christian.heimessetspambayes_score: 0.0089436 -> 0.0089436
messageid: <1195887033.53.0.361766903132.issue1493@psf.upfronthosting.co.za>
2007-11-24 06:50:33christian.heimeslinkissue1493 messages
2007-11-24 06:50:32christian.heimescreate