Commit 3f3478c1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 717798e0
......@@ -97,6 +97,7 @@ func (d PyData) decode(jar *Connection) (pyclass pickle.Class, pystate interface
func (jar *Connection) loadref(ref pickle.Ref) (_ interface{}, err error) {
defer xerr.Context(&err, "loadref")
// ref = (oid, class)
// TODO add support for ref formats besides (oid, class)
t, ok := ref.Pid.(pickle.Tuple)
......
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