cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
jacob22 has joined #pypy
jacob22 has quit [Client Quit]
jacob22 has joined #pypy
jcea has quit [Quit: jcea]
dddddd has quit [Remote host closed the connection]
jvesely has quit [Quit: jvesely]
xcm is now known as Guest31714
Guest31714 has quit [Killed (card.freenode.net (Nickname regained by services))]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
ekaologik has joined #pypy
coiax has joined #pypy
<coiax>
hi, is anyone here in charge of the vmprof.com server? I'm getting error messages, I believe when vmprof is attempting to upload its profile
<mattip>
coiax: sorry, that service is offline now. You will have to self-host
<coiax>
oh, there's no indication of that on the site or the docs
sdktda has joined #pypy
dddddd has joined #pypy
epony has quit [Quit: reconf]
epony has joined #pypy
kanaka has quit [Ping timeout: 268 seconds]
kanaka has joined #pypy
lritter has joined #pypy
jcea has joined #pypy
coiax has quit [Quit: Leaving]
BPL has joined #pypy
glyph has quit [Ping timeout: 250 seconds]
BPL has quit [Quit: Leaving]
glyph has joined #pypy
<arigato>
mattip: https://bugs.python.org/issue34486 is not directly related if I'm reading it correctly: it's the case of a signal handler raising an exception
<arigato>
(which is impossible to do 100% reliably in Python)
<arigato>
I think the problem would be clear if Windows had a tool equivalent to "strace"
<arigato>
at least, I strongly suspect something like WaitForSingleObject() failing when we try to acquire the lock, because then any error value is ignored because... well, that's another bug I guess
<pyusr>
arigato: windows has process monitor and process explorer