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
Date 2007-12-11.12:40:18
SpamBayes Score 0.008264746
Marked as misclassified No
Message-id <1197376819.43.0.564314385803.issue1587@psf.upfronthosting.co.za>
In-reply-to
Content
The patch implements the instancemethod wrapper as discussed on the py3k
mailing list. The patch is roughly based on Marcin Kowalczyk patch but
it contains more fancy slots like repr, call etc. The rest is mostly
based on PyMethod_Type.
Files
File name Uploaded
py3k_instancemethod.patch christian.heimes, 2007-12-11.12:40:18
History
Date User Action Args
2007-12-11 12:40:19christian.heimessetspambayes_score: 0.00826475 -> 0.008264746
recipients: + christian.heimes
2007-12-11 12:40:19christian.heimessetspambayes_score: 0.00826475 -> 0.00826475
messageid: <1197376819.43.0.564314385803.issue1587@psf.upfronthosting.co.za>
2007-12-11 12:40:19christian.heimeslinkissue1587 messages
2007-12-11 12:40:18christian.heimescreate