[pypy-issue] [issue1275] uncaught exception crashes interpreter

mattip tracker at bugs.pypy.org
Wed Oct 3 08:13:50 CEST 2012


New submission from mattip <matti.picus at gmail.com>:

running "complex(float('inf'), 0.0) ** complex(10., 3.)" crashes the interpreter
rpython throws a ValueError which is not caught anywhere
Is pow__Complex_Complex_ANY in pypy/objspace/std/complexobject.py the correct 
place? I couldn't figure out where to write a test for it...

----------
messages: 4813
nosy: mattip, pypy-issue
priority: bug
status: unread
title: uncaught exception crashes interpreter

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1275>
________________________________________


More information about the pypy-issue mailing list