]> 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:19 +0000 (17:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:48:19 +0000 (17:48 +0300)
commitac5569b1fa483c50edca82bab1ab0a8a927ba86a
tree9eada65cbf98a2158fda4b3a668ad5ee5969f1c5
parentbf2b3b72d370f866aa5b8f9077ff37e7c53de894
parentfa494fd88384acc52cf9292d0c89e2961c8f747f
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