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
e7a6e2f3
Commit
e7a6e2f3
authored
Aug 07, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b5fcab9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
go/zodb/pydata.go
go/zodb/pydata.go
+0
-2
go/zodb/zodbpy.go
go/zodb/zodbpy.go
+16
-10
No files found.
go/zodb/pydata.go
View file @
e7a6e2f3
...
@@ -38,8 +38,6 @@ import (
...
@@ -38,8 +38,6 @@ import (
// https://github.com/zopefoundation/ZODB/blob/a89485c1/src/ZODB/serialize.py
// https://github.com/zopefoundation/ZODB/blob/a89485c1/src/ZODB/serialize.py
//
//
// for format description.
// for format description.
//
// PyData can be decoded into PyObject.
type
PyData
[]
byte
type
PyData
[]
byte
// xoid verifies and extracts oid from unpickled value.
// xoid verifies and extracts oid from unpickled value.
...
...
go/zodb/zodbpy.go
View file @
e7a6e2f3
// Copyright (
c) 2001, 2002 Zope Foundation
and Contributors.
// Copyright (
C) 2016-2018 Nexedi SA
and Contributors.
//
All Rights Reserved.
//
Kirill Smelkov <kirr@nexedi.com>
//
//
// Copyright (C) 2018 Nexedi SA and Contributors.
// This program is free software: you can Use, Study, Modify and Redistribute
// Kirill Smelkov <kirr@nexedi.com>
// it under the terms of the GNU General Public License version 3, or (at your
// option) any later version, as published by the Free Software Foundation.
//
//
// This software is subject to the provisions of the Zope Public License,
// You can also Link and Combine this program with other software covered by
// Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
// the terms of any of the Free Software licenses or any of the Open Source
// THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
// Initiative approved licenses and Convey the resulting work. Corresponding
// WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// source of such a combination shall include the source code for all other
// WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
// software used.
// FOR A PARTICULAR PURPOSE
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
// See COPYING file for full licensing terms.
// See https://www.nexedi.com/licensing for rationale and options.
package
zodb
package
zodb
// Support for python objects/data in ZODB.
// Support for python objects/data in ZODB.
...
...
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