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.19:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451071686.87.0.618202809229.issue25923@psf.upfronthosting.co.za>
In-reply-to
Content
What is the point of changing the return value of a function in
Objects/memoryobject.c to "const char *" and then casting it back
to "char *" in the one place that the function is used?

Churn like this has a direct cost for me: I have to update my
private 100% coverage patch for no gain at all.
History
Date User Action Args
2015-12-25 19:28:06skrahsetrecipients: + skrah, python-dev, serhiy.storchaka
2015-12-25 19:28:06skrahsetmessageid: <1451071686.87.0.618202809229.issue25923@psf.upfronthosting.co.za>
2015-12-25 19:28:06skrahlinkissue25923 messages
2015-12-25 19:28:06skrahcreate