This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients benjamin.peterson, pitrou, python-dev, rhettinger, scoder
Date 2013-03-08.07:00:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362726027.69.0.580525922715.issue17327@psf.upfronthosting.co.za>
In-reply-to
Content
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 *'
History
Date User Action Args
2013-03-08 07:00:27scodersetrecipients: + scoder, rhettinger, pitrou, benjamin.peterson, python-dev
2013-03-08 07:00:27scodersetmessageid: <1362726027.69.0.580525922715.issue17327@psf.upfronthosting.co.za>
2013-03-08 07:00:27scoderlinkissue17327 messages
2013-03-08 07:00:27scodercreate