Skip to content

Instantly share code, notes, and snippets.

@smartkiwi
Created July 23, 2014 19:19
Show Gist options
  • Save smartkiwi/f476b1ecf97d1e3e88eb to your computer and use it in GitHub Desktop.
Save smartkiwi/f476b1ecf97d1e3e88eb to your computer and use it in GitHub Desktop.
pypy _cffi_backend
tests/scripts/test1.py:3: in <module>
import gdbm
/usr/lib64/pypy-2.3.1/lib_pypy/gdbm.py:3: in <module>
ffi = cffi.FFI()
/usr/lib64/pypy-2.3.1/site-packages/cffi/api.py:58: in __init__
assert backend.__version__ == __version__
E assert '0.8.2' == '0.8.6'
E + where '0.8.2' = '0.8.2'
E + where '0.8.2' = <module '_cffi_backend' (built-in)>.__version__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment