Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
5e7c4dff
Commit
5e7c4dff
authored
3 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 't' into t2
* t: . .
parents
95fbc76f
2f5df08a
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
go/NOTES
go/NOTES
+1
-1
go/zodb/pydata.go
go/zodb/pydata.go
+1
-1
No files found.
go/NOTES
View file @
5e7c4dff
...
...
@@ -52,7 +52,7 @@ LastIDs PM -> S S -> PM
PartitionTable PM -> S S -> PM
NotifyPartitionTable PM -> S, C
PartitionChanges PM -> S, C //
subset of NotifyPartitionTable (?
)
PartitionChanges PM -> S, C //
δ(partTab
)
StartOperation PM -> S
StopOperation PM -> S
...
...
This diff is collapsed.
Click to expand it.
go/zodb/pydata.go
View file @
5e7c4dff
...
...
@@ -69,7 +69,7 @@ func encodePyData(pyclass pickle.Class, pystate interface{}) PyData {
p
:=
pickle
.
NewEncoderWithConfig
(
buf
,
&
pickle
.
EncoderConfig
{
// allow pristine python2 to decode the pickle.
// TODO 2 -> 3 since ZODB5 switched to it and uses zodbpickle.
Protocol
:
2
,
// XXX -> 3?
Protocol
:
2
,
PersistentRef
:
persistentRef
,
})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment