summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-09-28 17:16:25 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-09-28 17:16:25 (GMT)
commit602117a6968ab74a473790d7486e14671208ce16 (patch)
tree12cad90d7f41754b1878b86e78f250cb0ce006b5 /Python/pythonrun.c
parent6eb4283ec052ddd462315fefe1d469cc510bfbd9 (diff)
downloadcpython-602117a6968ab74a473790d7486e14671208ce16.zip
cpython-602117a6968ab74a473790d7486e14671208ce16.tar.gz
cpython-602117a6968ab74a473790d7486e14671208ce16.tar.bz2
[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]
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions