]> granicus.if.org Git - python/commit
Prevent a possible NULL de-reference and an unneeded variable assignment.
authorBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 00:36:00 +0000 (00:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 00:36:00 +0000 (00:36 +0000)
commit87ab6ad4d6b8f5cfc1e0d56ea9520e99a99a8883
treed4368d6647809afbafc8228f76769762c3455df3
parente894e93f4c5be0ab3a7c7cc59830723610599ad6
Prevent a possible NULL de-reference and an unneeded variable assignment.

Found using Clang's static analyzer.
Modules/datetimemodule.c