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 jdemeyer, nnorwitz, serhiy.storchaka
Date 2016-03-03.11:59:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457006342.35.0.0971068785955.issue26476@psf.upfronthosting.co.za>
In-reply-to
Content
CPython is written on C and provides C API.

Even if change the signature of one function, this will not help much, because a lot of other functions require "char *" instead of "const char *".

There is small disadvantage of changing the signature in a bugfix release. This will lead to incompatibility of your extension with older bugfix releases.
History
Date User Action Args
2016-03-03 11:59:02serhiy.storchakasetrecipients: + serhiy.storchaka, nnorwitz, jdemeyer
2016-03-03 11:59:02serhiy.storchakasetmessageid: <1457006342.35.0.0971068785955.issue26476@psf.upfronthosting.co.za>
2016-03-03 11:59:02serhiy.storchakalinkissue26476 messages
2016-03-03 11:59:02serhiy.storchakacreate