STINNER Victor 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.

DeprecatedWarning warnings are silent by default. So it will not annoy users.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22271>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to