]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport rev. 39135 by mwh]
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 28 Sep 2006 17:16:25 +0000 (17:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 28 Sep 2006 17:16:25 +0000 (17:16 +0000)
commit602117a6968ab74a473790d7486e14671208ce16
tree12cad90d7f41754b1878b86e78f250cb0ce006b5
parent6eb4283ec052ddd462315fefe1d469cc510bfbd9
[Backport rev. 39135 by mwh]

Fix bug

1232517 ] OverflowError in time.utime() causes strange traceback

A needed error check was missing.

(Actually, this error check may only have become necessary in fairly
recent Python, not sure).

Backport candidate.

[A few lines below the code in 2.4 touched by the patch, there's already
 a similar check of (intval == -1 && PyErr_Occurred()), so I think
 this function can already report such errors, and therefore the fix
 still applies.  Perhaps Michael can clarify what he was referring to. --amk]
Misc/NEWS
Modules/posixmodule.c