cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | Matti: I made a bit of progress, the tests now only segfault towards the end
lritter has quit [Ping timeout: 248 seconds]
dmalcolm has quit [Ping timeout: 246 seconds]
dmalcolm has joined #pypy
greedom has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
lritter has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
slav0nic has joined #pypy
slav0nic has quit [Ping timeout: 248 seconds]
greedom has quit [Read error: Connection reset by peer]
kurisu has joined #pypy
wusspuss has joined #pypy
<kurisu> Embedding with cffi works fine with PyPy, but with CPython it says 'Failed to initialize the Python-CFFI embedding logic' and spews the following out: https://paste.debian.net/1240984/ What could I be doing wrong?
lritter has quit [Ping timeout: 240 seconds]
Atque has quit [Quit: ...]
<mjacob> kurisu: can you please describe how to reproduce the error?
<mjacob> kurisu: what happens if you run "import _cffi_backend" in a fresh python interpreter?
<kurisu> mjacob, fresh cpython works just fine. That line produces no error too
<kurisu> Here's a minimal-ish example of what I'm doing. https://github.com/wusspuss/error_reproduction