]> granicus.if.org Git - python/commit
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Aug 2012 21:16:51 +0000 (23:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Aug 2012 21:16:51 +0000 (23:16 +0200)
commitc5bef75c77af414c2f6c5901b6838d3071313bc7
treeec54e539c09e4c9b6fc8963258fef4c6484e5573
parent4ffe9a064022b973ab152d108b13c470af486a74
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
Misc/NEWS
Modules/_csv.c
Modules/_io/textio.c
Modules/_ssl.c
Modules/cStringIO.c
Modules/itertoolsmodule.c
Modules/parsermodule.c
Modules/pyexpat.c
Objects/typeobject.c
Python/bltinmodule.c
Python/import.c