Merge: GC now collect cycles
authorJean Privat <jean@pryen.org>
Wed, 5 Apr 2017 00:30:07 +0000 (20:30 -0400)
committerJean Privat <jean@pryen.org>
Wed, 5 Apr 2017 00:30:07 +0000 (20:30 -0400)
This fixes an issue with the actor model where the GC is unable to collect cycles associated with actors objects and printing an annoying warning

Theses modifs should fix the tests in #2401

The downside is that the finalization is no longer in topological order

Pull-Request: #2404


Trivial merge