# HG changeset patch # User wenzelm # Date 1222969128 -7200 # Node ID b8f16c92122a91c4e4c3521952647a9399a214af # Parent 6ec603695aaf92c614fd8d7abad4e533c035c824 program wrapper: controlled_execution ensures proper thread attributes (global default is unsafe due to InterruptAsynch; diff -r 6ec603695aaf -r b8f16c92122a src/Pure/Isar/toplevel.ML --- a/src/Pure/Isar/toplevel.ML Thu Oct 02 17:18:36 2008 +0200 +++ b/src/Pure/Isar/toplevel.ML Thu Oct 02 19:38:48 2008 +0200 @@ -309,7 +309,7 @@ fun program f = (f - |> debugging + |> controlled_execution |> toplevel_error) (); end;