Commit a745bcd8 authored by Julien Muchembled's avatar Julien Muchembled

wip

parent be6ca14c
......@@ -30,10 +30,8 @@ VERSION = 1
logger = logging.getLogger('reflink')
for array32u in 'IL':
array32u = partial(array, array32u)
if array32u().itemsize == 4:
break
array32u = partial(array, 'I')
assert array32u().itemsize == 4
try:
from ZODB.Connection import TransactionMetaData
......
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