[issue37588] Py_DEPRECATED and unavoidable warnings

Phil Thompson report at bugs.python.org
Fri Jul 19 05:35:50 EDT 2019


Phil Thompson <phil at riverbankcomputing.com> added the comment:

I am not "touching" tp_print. I am simply defining it as 0 to avoid the missing initialiser warning. My point is that it should be possible to write code that doesn't trigger warnings (whether or not you suppress them).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37588>
_______________________________________


More information about the Python-bugs-list mailing list