18e - sorry for the time waste.

-- Michael

On Thu, 2003-10-16 at 20:41, Paul F. Dietz wrote:
> 
> Michael Naunton wrote:
> > Sigh.  Can't post to cmucl-impl, so I'll try here...
> > 
> > (defun x ()
> >   (block b
> >     (return-from b t)
> >     (ignore-errors t)))
> > 
> > (x)
> > 
> > Python tries to add cleanup code for the ignore-errors clause, but can't
> > find the enclosing block.
> 
> 
> It's been fixed in cvs, apparently.  What version of cmucl were you using?
> 
>       Paul
> 
> 
> 



Reply via email to