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 loewis
Recipients larry, loewis, zach.ware
Date 2014-07-29.09:44:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406627054.79.0.577095460064.issue22096@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it it is worth the effort. You would need two different entry functions still, to allow error messages to refer to the function name. Since the _impl functions can trivially call each other, the saving in lines of code are minimal, and from a code reading point of view, having aliases actually complicates the code.
History
Date User Action Args
2014-07-29 09:44:14loewissetrecipients: + loewis, larry, zach.ware
2014-07-29 09:44:14loewissetmessageid: <1406627054.79.0.577095460064.issue22096@psf.upfronthosting.co.za>
2014-07-29 09:44:14loewislinkissue22096 messages
2014-07-29 09:44:14loewiscreate