[issue1587] instancemethod wrapper for PyCFunctions

Christian Heimes report at bugs.python.org
Tue Dec 11 13:40:19 CET 2007


New submission from Christian Heimes:

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.

----------
components: Interpreter Core
files: py3k_instancemethod.patch
keywords: patch, py3k
messages: 58425
nosy: tiran
priority: normal
severity: normal
status: open
title: instancemethod wrapper for PyCFunctions
type: rfe
versions: Python 3.0
Added file: http://bugs.python.org/file8923/py3k_instancemethod.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1587>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_instancemethod.patch
Type: text/x-diff
Size: 9127 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071211/8a391995/attachment.patch 


More information about the Python-bugs-list mailing list