Igor Stasenko uploaded a new version of Kernel to project The Inbox:
http://source.squeak.org/inbox/Kernel-Igor.Stasenko.478.mcz==================== Summary ====================
Name: Kernel-Igor.Stasenko.478
Author: Igor.Stasenko
Time: 21 September 2010, 3:24:18.758 am
UUID: 94b25912-f2a9-5241-929c-80333834c0ae
Ancestors: Kernel-eem.477
- slice for a new weak finalization
=============== Diff against Kernel-eem.477 ===============
Item was added:
+ ----- Method: Object>>hasMultipleExecutors (in category 'finalization') -----
+ hasMultipleExecutors
+ "All objects, except ObjectFinalizerCollection instances should answer false to this message"
+ ^ false!