[issue2799] Remove PyUnicode_AsString(), rework PyUnicode_AsStringAndSize(), add PyUnicode_AsChar()

Alexandre Vassalotti report at bugs.python.org
Sat May 10 00:45:15 CEST 2008


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

Honestly, I am not sure if removing PyUnicode_AsString() is a good idea.
There is many cases where the size of the returned string is not needed.
Furthermore, this would be a rather major backward-incompatible change
to be included in a beta release.

[copied from duplicate issue #2807]

----------
nosy: +alexandre.vassalotti

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2799>
__________________________________


More information about the Python-bugs-list mailing list