Stefan Behnel added the comment:

If you decide to refactor a well tested patch, you might want to give it 
another test run before committing it.

Objects/dictobject.c: In function 'dict_setdefault':
Objects/dictobject.c:2266:5: warning: passing argument 1 of 'PyDict_SetDefault' 
from incompatible pointer type [enabled by default]
Objects/dictobject.c:2215:1: note: expected 'struct PyObject *' but argument is 
of type 'struct PyDictObject *'

----------
resolution: fixed -> 
status: closed -> open

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

Reply via email to