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

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


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

Martin, do you have any insight into this?  The values being seen and
the fact that it occurs only in a particular build suggests that
pyport.h has inconsistent definitions for Py_ssize_t, PY_SSIZE_T_MAX,
and PY_SSIZE_T_MIN.  The values look like signed and unsigned values are
being conflated.

----------
assignee: rhettinger -> loewis
nosy: +loewis
status: pending -> open

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


More information about the Python-bugs-list mailing list