Commit 9254fac5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5e2e0753
......@@ -42,7 +42,7 @@ type IPyPersistent interface {
// PyPersistent is common base implementation for in-RAM representation of ZODB Python objects.
type PyPersistent struct {
*Persistent // XXX remove ptr
pyclass pickle.Class // XXX kill
// pyclass pickle.Class // XXX kill
}
//func (pyobj *PyPersistent) PyClass() pickle.Class { return pyobj.pyclass }
......
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