[issue5627] PyDict_SetItemString() fails when the second argument is null

Raymond Hettinger report at bugs.python.org
Thu Apr 2 04:46:15 CEST 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I recommend rejecting this one.  The assert is sufficient for
third-party modules to run their tests and detect bad calls.  The code
path is too critical to add another check.

----------
assignee: loewis -> georg.brandl

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


More information about the Python-bugs-list mailing list