]> granicus.if.org Git - python/commit
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:48:54 +0000 (17:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:48:54 +0000 (17:48 +0300)
commite90982111ae1accc2a2ecaae94650a1d16a772ff
tree960c19c6de6a13c3aa3f1388ffe2898c112c61d0
parentf49c42324fb85596bcfaaba236ecd6e22138be72
parentac5569b1fa483c50edca82bab1ab0a8a927ba86a
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
Misc/NEWS
Objects/setobject.c