This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2014-01-24.08:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390552237.96.0.0267615751895.issue20377@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-24 08:30:38serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2014-01-24 08:30:37serhiy.storchakasetmessageid: <1390552237.96.0.0267615751895.issue20377@psf.upfronthosting.co.za>
2014-01-24 08:30:37serhiy.storchakalinkissue20377 messages
2014-01-24 08:30:37serhiy.storchakacreate