cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | mac OS and Fedora are not Windows
<arigato>
the code does "lock.acquire(); try: ... finally: lock.release()"
<toad_polo>
mattip: Nope, happens on travis for me.
<arigato>
that's the logic in the stdlib logging
<toad_polo>
I'm going to restart my dateutil build, hopefully the old one still exists as a permalink somewhere.
<toad_polo>
I wonder why this just started happening. I've only seen it in the past few weeks.
<arigato>
would be great if we had a way to reproduce this
Guest3897 has joined #pypy
<kenaan>
arigo default caaf91a51641 /: Implement PyOS_InputHook in cpyext. Call it from pyrepl, once before every character input. It seems to me that det...
<antocuni>
in particular, I seem to understand that if we don't call it regularly, it might block tkinter?
<arigato>
I haven't look at tkinter, I guess we need to call it from there
<arigato>
but just to make sure we're talking about the same thing, "call it regularly" => do you mean we must call it 10 times per second even when the user is not typing anything right now?
<arigato>
ah, CPython's tkinter is not *calling* it, but is a user of it, which is not the case for pypy
Guest3897 has quit [Ping timeout: 264 seconds]
arigato has quit [Remote host closed the connection]
nunatak has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
marky1991 has joined #pypy
yaewa has quit [Quit: Leaving...]
marky1991 has quit [Ping timeout: 246 seconds]
jacob22__ has quit [Remote host closed the connection]
jacob22__ has joined #pypy
Rhy0lite has quit [Quit: Leaving]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
nunatak has quit [Quit: Leaving]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 246 seconds]
adamholmberg has joined #pypy
antocuni has joined #pypy
adamholmberg has quit [Remote host closed the connection]
antocuni has quit [Read error: Connection reset by peer]
antocuni has joined #pypy
peque has joined #pypy
<peque>
Hi there :-)
<simpson>
Hi.
<peque>
I have a question about how to use enum arrays with CFFI but due to its length I posted it in Stack Overflow, in case someone can have a look and shed some light ^^