Commit 48b1d8da authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 171cdb09
......@@ -87,6 +87,9 @@ type Connection struct {
//
// some link on the subject:
// https://groups.google.com/forum/#!topic/golang-nuts/PYWxjT2v6ps
//
// NOTE2 finalizers don't run on when they are attached to an object in cycle.
// Hopefully we don't have cycles with ZBtree/ZBucket XXX verify this
objtab map[zodb.Oid]WeakRef
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment