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. -- Michael Naunton
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. -- Michael Naunton