]> 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:20:39 +0000 (23:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Aug 2012 21:20:39 +0000 (23:20 +0200)
commit721738fbee8d75dab5a5d3c4f3dbd7c72d76925e
treec0e693ed7f2e6c44d48555f3cc4d8775ac8e14bb
parent9351117139363f3e600c541bc88139702a055db8
parent6f430e496339aea3e688165340456b555d5e1035
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/_posixsubprocess.c
Modules/_ssl.c
Modules/itertoolsmodule.c
Modules/parsermodule.c
Modules/pyexpat.c
Objects/typeobject.c
Python/bltinmodule.c