[issue3208] function annotation for builtin and C function

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jul 21 14:15:56 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

PyCFunctionObject has indeed no way to store annotations. This could be
useful for extension module writers. 

The PyMethodDef structure could grow a "ml_annotations" member. A patch
is welcome!

----------
nosy: +amaury.forgeotdarc
resolution: works for me -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3208>
_______________________________________


More information about the Python-bugs-list mailing list