[issue20388] Argument Clinic doesn't handle module level functions with module parameter well

Zachary Ware report at bugs.python.org
Sat Jan 25 10:06:56 CET 2014


Zachary Ware added the comment:

Ahh, that is a good point, though the real problem with that is in compilation rather than the Python signature.  I believe there's a fix in the works, somewhere in Larry's to-do list.  _winapi also has a function that takes a 'module' parameter, though being undocumented (and referring to a handle, not a Python module), I was able to just name that one 'module_handle'.

----------
resolution: invalid -> 
title: Argument Clinic generates wrong signature for module level functions -> Argument Clinic doesn't handle module level functions with module parameter well

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


More information about the Python-bugs-list mailing list