]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r51223 | neal.norwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 17:24:08 +0000 (17:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 17:24:08 +0000 (17:24 +0000)
commita1ade3e925836a89e1ebacb74eb8e81d85190cd8
treeac37d94197fd5888de0ec855fe427c89fcf473ff
parent165e797817b9bc1237a694790142f6eb97fdf31d
[Backport r51223 | neal.norwitz]

If _stat_float_times is false, we will try to INCREF ival which could be NULL.
Return early in that case.  The caller checks for PyErr_Occurred so this
should be ok.

Klocwork #297
Modules/posixmodule.c