[issue18519] test_sqlite crashes on OS X tiger 3.x buildbot

STINNER Victor report at bugs.python.org
Fri Jul 26 22:28:42 CEST 2013


STINNER Victor added the comment:

> I take it the overflow error is the only one the C code
> could ever raise?  If so, the patch looks good to me.

Yes, _PyLong_AsInt() was the last function raising Python exception (without clearing it).

Thanks for your help on fixing this function

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18519>
_______________________________________


More information about the Python-bugs-list mailing list