<mattip>
btw, scipy is open to reinstating it, but we would need to release a new version to support NumPy 1.16.3
<mattip>
which added PyStructSequence_InitType2
<mattip>
we support it but not in the latest release
zzarr has quit [Quit: Leaving]
<cfbolz>
mattip: right
<cfbolz>
numpy is pretty awesome too, I must say
<cfbolz>
mattip: I suppose scipy removed it because it caused spurious problems?
<cfbolz>
in other news: aaaaaargh, found a stupid bug that caused pypy vmprof memory tracking to be broken for non-deep reasons
marky1991 has quit [Ping timeout: 272 seconds]
marky1991 has joined #pypy
<antocuni>
cfbolz: what?
xcm has quit [Remote host closed the connection]
<cfbolz>
antocuni: the order of arguments to cintf.vmprof_init in rvmprof.py is wrong
xcm has joined #pypy
<antocuni>
bah :(
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<cfbolz>
antocuni: yup, can confirm that swapping two args seems to fix it
<cfbolz>
But we have a power outage, so will finish tomorrow
marky1991 has quit [Ping timeout: 268 seconds]
oberstet has quit [Quit: Leaving]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
oberstet has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
marky1991 has joined #pypy
witrandev_ has quit [Ping timeout: 256 seconds]
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<kenaan>
rlamy optimizeopt-cleanup e246a0d898ed /rpython/jit/metainterp/compile.py: small cleanup
antocuni has quit [Ping timeout: 268 seconds]
marky1991 has quit [Ping timeout: 268 seconds]
fling has quit [Ping timeout: 258 seconds]
fling has joined #pypy
PileOfDirt has quit [Remote host closed the connection]
Rhy0lite has quit [Quit: Leaving]
xcm has quit [Remote host closed the connection]
mwk has quit [Ping timeout: 268 seconds]
xcm has joined #pypy
antocuni has joined #pypy
forgottenone has quit [Ping timeout: 272 seconds]
forgottenone has joined #pypy
antocuni has quit [Ping timeout: 258 seconds]
moei has joined #pypy
<kenaan>
cfbolz fix-vmprof-memory-tracking 36949270bede /: branch to fix the broken memory-tracking on PyPy
<kenaan>
cfbolz fix-vmprof-memory-tracking 560b75269a02 /rpython/rlib/rvmprof/rvmprof.py: aaargh, the two arguments to vmprof_init were swapped, breaking memory profiling on PyPy for no...
<kenaan>
cfbolz fix-vmprof-memory-tracking 40f08696399c /pypy/module/_vmprof/interp_vmprof.py: remove commented out code, this just works now
<kenaan>
cfbolz fix-vmprof-memory-tracking bb3438f783d5 /rpython/rlib/rvmprof/test/test_rvmprof.py: add test that would have shown the problem (why was it not there in the first place?)