]> granicus.if.org Git - python/commit
Issue #8914: fix various warnings from the Clang static analyzer v254.
authorBrett Cannon <bcannon@gmail.com>
Tue, 22 Feb 2011 20:15:44 +0000 (20:15 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 22 Feb 2011 20:15:44 +0000 (20:15 +0000)
commitb94767ff44edf5d461d7cb1c8eb5160f83886358
treeb43b482e765b0383b3326779f6815e72b2bacccb
parent79da6b7075a3d51ae042e77a2afca827e7bce435
Issue #8914: fix various warnings from the Clang static analyzer v254.
36 files changed:
Include/pydebug.h
Include/pyerrors.h
Modules/_ctypes/cfield.c
Modules/_datetimemodule.c
Modules/_io/bytesio.c
Modules/_json.c
Modules/_multiprocessing/multiprocessing.h
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_ssl.c
Modules/_threadmodule.c
Modules/_tkinter.c
Modules/arraymodule.c
Modules/audioop.c
Modules/cjkcodecs/_codecs_iso2022.c
Modules/cjkcodecs/multibytecodec.c
Modules/main.c
Modules/socketmodule.c
Objects/bytearrayobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/obmalloc.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Objects/weakrefobject.c
Parser/parsetok.c
Parser/pgenmain.c
Python/ast.c
Python/bltinmodule.c
Python/ceval.c
Python/dtoa.c
Python/getargs.c
Python/pystrtod.c
Python/sysmodule.c