[issue20377] Argument Clinic: get rid of the "_impl" suffix

Serhiy Storchaka report at bugs.python.org
Fri Jan 24 09:30:37 CET 2014


New submission from Serhiy Storchaka:

For now most hand-written functions which use Argument Clinic have the "_impl" suffix and generated wrapper functions without the "_impl" suffix are less interested and visible to developer (generated *_METHODDEF macros are used in method list). I propose to revert things and name implementation functions without the "_impl" suffix, but add the "_wrapper" (or "_method"?) suffix to generated wrapper functions.

----------
components: Demos and Tools
messages: 209045
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Argument Clinic: get rid of the "_impl" suffix
type: enhancement
versions: Python 3.4

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


More information about the Python-bugs-list mailing list