``` In both PyPy and CPython, returned buffers mus...
# development
f
Copy code
In both PyPy and CPython, returned buffers must be discarded after their producing transaction has completed or been modified in any way. To preserve buffer’s contents, copy it using bytes():
https://lmdb.readthedocs.org/en/release/#interface