On Tue, 17 Aug 2004 08:54:32 +0200
Leopold Toetsch <[EMAIL PROTECTED]> wrote:

> Michel Pelletier <[EMAIL PROTECTED]> wrote:
> 
> > $P0 = new .PerlArray
> > pop $P1, $P0
> 
> > kills the process with a 'Array index out of bounds!'.  Is there a way
> > to get an exception I can catch out of this?
> 
> We have to through an IndexError exception for Python. But that's not
> done yet.

Okay, I'll keep depth checking.  I thought about attempting a patch, but
Larry says return an undef containing an unthrown exception, Dan wonders
if it should be an empty undef, and you say throw an exception, so I'm
unsure what patch y'all want. ;)

-Michel

Reply via email to