[issue22271] Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning

Serhiy Storchaka report at bugs.python.org
Wed Sep 3 08:47:48 CEST 2014


Serhiy Storchaka added the comment:

It would be better to emit a warning only at compile time. End user of compiled extension can't do anything with a warning emitted at run time, only its author can avoid it.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22271>
_______________________________________


More information about the Python-bugs-list mailing list