]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:45:12 +0000 (17:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 May 2015 14:45:12 +0000 (17:45 +0300)
commit5127ed727c014e320f3f449f47d31724679f9529
treed0d1a8574691f746f2e5f1fc0a15156abc5cfd1d
parent1e95340bc378d883609d41da7176e24d1f3e9025
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
Objects/bytearrayobject.c
Objects/setobject.c
Python/pythonrun.c