joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
joshszep_ has joined #pypy
joshszep has quit [Ping timeout: 264 seconds]
joshszep_ has quit [Ping timeout: 248 seconds]
joshszep has joined #pypy
joshszep has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
Atque has quit [Quit: ...]
Atque has joined #pypy
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
joshszep has quit [Ping timeout: 276 seconds]
joshszep_ has joined #pypy
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
derpydoo has quit [Ping timeout: 260 seconds]
Atque has quit [Ping timeout: 255 seconds]
Atque has joined #pypy
jcea has quit [Ping timeout: 248 seconds]
derpydoo has joined #pypy
jinsun has joined #pypy
joshszep_ has joined #pypy
joshszep has quit [Ping timeout: 250 seconds]
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
Atque has quit [Ping timeout: 255 seconds]
Atque_ has joined #pypy
lritter has joined #pypy
<Alex_Gaynor>
Is it supported to call some C API without dropping the GIL (e.g., via cpyext) and then have that C API call into a CFFI callback? On CPython it seems to work, but on PyPy it's hangining trying to acquire the GIL.