antocuni changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | "PyPy: the Gradual Reduction of Magic (tm)"
asmeurer_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
asmeurer__ has joined #pypy
marr has quit [Ping timeout: 240 seconds]
asmeurer__ has quit [Quit: asmeurer__]
antocuni has joined #pypy
asmeurer__ has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
oberstet has quit [Ping timeout: 248 seconds]
asmeurer has joined #pypy
asmeurer has quit [Quit: asmeurer]
asmeurer_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
ArneBab has joined #pypy
ArneBab_ has quit [Ping timeout: 240 seconds]
antocuni has quit [Ping timeout: 250 seconds]
lritter__ has joined #pypy
lritter_ has quit [Ping timeout: 248 seconds]
inhahe has joined #pypy
inhahe_ has quit [Ping timeout: 248 seconds]
asmeurer_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
asmeurer has joined #pypy
<kenaan_> stian math-improvements 985fb3488ff0 /rpython/rlib/rbigint.py: Remove some unneddecary use of widedigit in _x_mul
<fijal> njs: ok
jamadden has quit [Quit: Leaving.]
slackyyy has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
jamadden has joined #pypy
jamadden has quit [Client Quit]
zmt00 has quit [Quit: Leaving]
songww has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
songww has quit [Read error: Connection reset by peer]
marky1991 has quit [Ping timeout: 248 seconds]
<kenaan_> stian math-improvements 3c7a6c85f39c /rpython/rlib/rbigint.py: Make inplace_divmod unsigned, this makes for a ~20% speed up in long / single digit
marr has joined #pypy
inhahe has quit [Ping timeout: 248 seconds]
inhahe_ has joined #pypy
traverseda has quit [Ping timeout: 248 seconds]
traverseda has joined #pypy
oberstet has joined #pypy
jamadden has joined #pypy
jamadden has quit [Client Quit]
<kenaan_> stian math-improvements 22373c826010 /rpython/rlib/rbigint.py: Provide two assets to make better code in long multidigit division
<kenaan_> stian math-improvements f09288ca6bf9 /rpython/rlib/rbigint.py: Tweak comment about why we don't do it unsigned.
jamadden has joined #pypy
jamadden has quit [Client Quit]
marr has quit [Ping timeout: 260 seconds]
antocuni has joined #pypy
rubdos_ has joined #pypy
rubdos has quit [Ping timeout: 246 seconds]
jamadden has joined #pypy
jamadden has quit [Client Quit]
jamadden has joined #pypy
jamadden has quit [Client Quit]
antocuni has quit [Ping timeout: 268 seconds]
jamadden has joined #pypy
asmeurer has quit [Quit: asmeurer]
jamadden has quit [Quit: Leaving.]
antocuni has joined #pypy
raynold has quit [Quit: Connection closed for inactivity]
lritter__ has quit [Quit: Leaving]
<kenaan_> arigo default bc4acc4caa28 /: Issue #2699: test and fixes. Note that this includes a fix to the stdlib warnings.py, otherwise non-ascii warning ...
<antocuni> arigato: hi
<arigato> hi!
<antocuni> in particular, I am wondering whether it's related to the vmprof bug which I mentioned in the comments
<arigato> I can't tell you that
<arigato> I know that it's "by design" in the continulets
<arigato> but well
<arigato> that's nice theoretically, but very obscure
<antocuni> yes, I guessed that's it's by design because there is an explicit test for it
<antocuni> but I admit I don't understand why it's needed
<arigato> I'm almost 100% sure that fixing it to behave more sanely wouldn't be a problem for anybody
<antocuni> cool
<arigato> it's not needed, it's only there to satisfy this property:
<antocuni> that's what I though/hoped as well, I just wondered whether I was missing something important
<antocuni> so basically, I could just change it so that f3_foo.f_back is None?
<arigato> yes
<antocuni> cool, thank you
<antocuni> how is your US trip going, btw?
<arigato> the nice theory is that a frame is running "iff" it is not the f_back of somebody else
<antocuni> ah, I see the nice theoretical point of view now :)
<arigato> yes, and the only operation you need in theory takes two frames and exchanges their f_back
<arigato> try to do that with two different frames that belong to a regular stack: you end up with a smaller stack, and a loop
<arigato> that's nice... and totally useless
<antocuni> eh :)
<arigato> re US trip: it was a nice holiday, I suppose
<arigato> just arrived back
<antocuni> sorry, I didn't want to interrupt your resting then
<arigato> heh, no
<arigato> I'm trying to stay awake until 10pm, and then I'll be trying to sleep
<antocuni> ah, then I should try to ask more and more questions to keep you awake
<arigato> :-)
mattip has joined #pypy
antocuni has quit [Ping timeout: 248 seconds]
asmeurer__ has joined #pypy
zmt00 has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
raynold has joined #pypy
exarkun has quit [Read error: Connection reset by peer]
exarkun has joined #pypy
jamesaxl has joined #pypy
<kenaan_> stian math-improvements 8b41193b43b2 /rpython/rtyper/rint.py: Fix ulllong division OP in rtyper
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #pypy
jamesaxl has quit [Client Quit]
marr has joined #pypy
slackyyy has quit [Ping timeout: 248 seconds]
<nanonyme> I kinda wish it was possible to have PyPy built with static C runtime for Windows :) Would be nice for it to be truly drag&droppable on any platform
<mattip> nanonyme: then we would need to force all third party c-extensions to be built that way
<njs> starting with MSVC 2015 microsoft switched to the same model everyone else uses, where the C runtime is shipped with the OS, not your app
<kenaan_> rlamy py3.5 a626dd21b1fa /pypy/module/cpyext/: Implement __text_signature__ on PyCFunctions
<kenaan_> rlamy py3.5 a6bc26a09fc3 /pypy/module/cpyext/: Implement __text_signature__ on C-defined types
<kenaan_> rlamy py3.5 49df4f50208f /lib-python/3/test/test_inspect.py: Enable __text_signature__ tests in CPython test suite
asmeurer_ has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
mattip has left #pypy ["bye"]
antocuni has joined #pypy