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 skrah
Recipients python-dev, serhiy.storchaka, skrah
Date 2015-12-25.20:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451075780.2.0.389974362869.issue25923@psf.upfronthosting.co.za>
In-reply-to
Content
I was faced with the same dilemma when I wrote the code and I
*deliberately* decided that returning (const char *) + an
additional cast wasn't worth it for a static function
that's used only once.
History
Date User Action Args
2015-12-25 20:36:20skrahsetrecipients: + skrah, python-dev, serhiy.storchaka
2015-12-25 20:36:20skrahsetmessageid: <1451075780.2.0.389974362869.issue25923@psf.upfronthosting.co.za>
2015-12-25 20:36:20skrahlinkissue25923 messages
2015-12-25 20:36:19skrahcreate