[New-bugs-announce] [issue23944] Argument Clinic: wrap impl's declaration if it's too long

Zachary Ware report at bugs.python.org
Tue Apr 14 04:28:04 CEST 2015


New submission from Zachary Ware:

For example:

_winapi_CreateFile_impl(PyModuleDef *module, LPCTSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file)

----------
components: Argument Clinic
messages: 240831
nosy: larry, zach.ware
priority: low
severity: normal
stage: needs patch
status: open
title: Argument Clinic: wrap impl's declaration if it's too long
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list