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