Commit 7bb6a8a8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3fc3fa1d
......@@ -131,10 +131,6 @@ func (obj *object) PSerial() zodb.Tid { return obj.serial }
type pyObject struct {
object
pyclass pickle.Class
// // protected by object.mu
// instance PyStateful
// loading *loadState
}
func (pyobj *pyObject) 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