[issue11455] issue a warning when populating a CPython type dict with non-string keys

STINNER Victor report at bugs.python.org
Thu Mar 24 14:43:49 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Cool, someone uses my PyErr_WarnFormat() function! :-) I didn't know that NULL can be used for the category: I would prefer an explicit PyExc_RuntimeWarning to not have to read the source of PyErr_WarnFormat() or its documentation.

----------

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


More information about the Python-bugs-list mailing list