]> 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:45:22 +0000 (17:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:45:22 +0000 (17:45 +0300)
commitfa494fd88384acc52cf9292d0c89e2961c8f747f
treea30958b83189caf872f34e7b94a1aeeef28ed3a9
parent50451eb91232b0e90c677419db19ed7b33a698a9
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
Modules/_json.c
Modules/_threadmodule.c
Modules/faulthandler.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/rangeobject.c
Objects/setobject.c
Python/codecs.c
Python/import.c