~ chicken-core (chicken-5) 73848a7c8eefc2ec9f913522bdabc206f402f22b
commit 73848a7c8eefc2ec9f913522bdabc206f402f22b Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Jul 29 13:10:14 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Jul 29 13:10:14 2011 +0200 note about finalizer execution diff --git a/manual/Unit library b/manual/Unit library index 4ba5cefa..c91880ec 100644 --- a/manual/Unit library +++ b/manual/Unit library @@ -743,7 +743,8 @@ abnormal program exit. A normal program exit does not run finalizers that are still reachable from global data. Multiple finalizers can be registered for the same object. The order -in which the finalizers run is undefined. +in which the finalizers run is undefined. Execution of finalizers +may be nested. ==== set-gc-report!Trap