vkirilichev has quit [Remote host closed the connection]
gclawes has joined #pypy
<kenaan>
arigo cffi/cffi 0300a91f7fb4 /c/: Detect and complain when trying to convert a char32_t to unicode if the unicode uses 16-bit chars and the origina...
<kenaan>
arigo cffi-char16-char32 649a8f742c90 /pypy/module/_cffi_backend/: Detect and complain about unicode "characters" that are greater than 0x10FFFF when attempting to convert...
vkirilichev has joined #pypy
the_drow has joined #pypy
<arigato>
if I run cffi's "test_c.py" several times in a row with a debugging CPython, I see that the total number of references *decreases* by about 500 for every additional run
<arigato>
if I run it long enough (170 times), then CPython (with no crash) exits with [-7103 refs]
fotis has quit [Remote host closed the connection]
fotis2 has quit [Remote host closed the connection]
fotis2 has joined #pypy
fotis has joined #pypy
<the_drow>
k I can't make the damm thing build with the newer cling/llvm because of cmake adjustments that need to be made. I'm lost. At this point I'll wait for Wim to respond
fotis has quit [Remote host closed the connection]
fotis2 has quit [Remote host closed the connection]
fotis2 has joined #pypy
fotis has joined #pypy
<the_drow>
LarstiQ, No, that's not the tarball you find on PyPi
<the_drow>
LarstiQ, pypy/module/cppyy doesn't contain cling or llvm or the setup.py as well
vkirilichev has joined #pypy
fotis has quit [Remote host closed the connection]
fotis2 has quit [Read error: Connection reset by peer]
gclawes has quit [Remote host closed the connection]
fotis2 has joined #pypy
fotis has joined #pypy
gclawes has joined #pypy
fotis has quit [Remote host closed the connection]
fotis2 has quit [Remote host closed the connection]
<nanonyme>
njs, I just did. Apparently pywincffi aims to be the replacement of pywin32 for Twisted altogether so I'm assuming it will remain a decently maintained library
tormoz has joined #pypy
lritter has joined #pypy
<mattip>
I have a sneaking suspicion that lto compilation causes vmprof to hang
marr has quit [Ping timeout: 260 seconds]
the_drow has quit [Remote host closed the connection]
<mattip>
also lto compilation is 2X slower by walltime, but only 25% slower on system time
gclawes has quit [Read error: Connection reset by peer]
gclawes has joined #pypy
<arigato>
mattip: that's because it can't be as much parallelized on several cores, I guess?
jamescampbell has quit [Ping timeout: 268 seconds]
jamadden has quit [Quit: Leaving.]
<mattip>
arigato: it seems the link step is the difference, and of course that is single process
marr has joined #pypy
<mattip>
by adding "fprintf(stderr, __FILE__ " line %d\n", __LINE__)" all over vmprof, I see it never exits the MARKER_META case
<mattip>
in src/shared/symboltable.c, line 411
<mattip>
well, around 411 since I added some fprintf lines
<mattip>
there seems to be a duplicated line in that case, "if (_skip_string(fileno) != 0) { return; }"
<kenaan>
alex_gaynor default 71f3e458447f /lib-python/2.7/warnings.py: Backport 5de3a64179bafcd440b32849b1129ed1fea47b85 from CPython. This will speed up usage of the warning modu...
vkirilichev has joined #pypy
<kenaan>
stefanor release-pypy3.5-5.x ed6022df8666 /pypy/doc/: pypy3 manpage (grafted from e00caafaf849ac80d2aeb16b3fc6803f6526719c)
<kenaan>
stefanor release-pypy3.5-5.x 81df83380eea /lib_pypy/_sysconfigdata.py: Expose SOABI in sysconfig in pypy3 too (grafted from 228f8b4206aea43feb6621ed1df7db94d0507ebf)
jamescampbell has quit [Remote host closed the connection]
ceridwen has quit [Ping timeout: 260 seconds]
vkirilichev has quit [Remote host closed the connection]
vkirilichev has joined #pypy
ceridwen has joined #pypy
tazle__ has joined #pypy
marky1991 has joined #pypy
agronholm_ has joined #pypy
cjwelborn has quit [*.net *.split]
tazle has quit [*.net *.split]
avakdh has quit [*.net *.split]
agronholm has quit [*.net *.split]
nedbat has quit [*.net *.split]
altendky has quit [*.net *.split]
cerealized has quit [*.net *.split]
wallet42 has quit [*.net *.split]
bjs has quit [*.net *.split]
pchiusano has quit [*.net *.split]
nedbat has joined #pypy
avakdh has joined #pypy
bjs has joined #pypy
pchiusano has joined #pypy
wallet42 has joined #pypy
cerealized has joined #pypy
altendky has joined #pypy
bjs is now known as Guest56190
jamescampbell has joined #pypy
plan_rich has quit [Ping timeout: 260 seconds]
plan_rich has joined #pypy
agates has quit [Ping timeout: 240 seconds]
bendlas has quit [Ping timeout: 240 seconds]
kurtbrose[m] has quit [Ping timeout: 264 seconds]
commandoline has quit [Ping timeout: 240 seconds]
commandoline has joined #pypy
cjwelborn has joined #pypy
Guest56190 is now known as lfdfq
lfdfq is now known as bjs
kurtbrose[m] has joined #pypy
Arfrever has quit [Quit: 御出で]
arigato has quit [Quit: Leaving]
agates has joined #pypy
bendlas has joined #pypy
<kenaan>
arigo cffi-char16-char32 35d3643b476a /pypy/module/_cffi_backend/: Copy failing test from the CPython cffi test suite; fix it (for 16-bit unicode chars)
jamescampbell has quit [Remote host closed the connection]
<kenaan>
arigo cffi/cffi e7063ce4bdf8 /testing/cffi1/test_recompiler.py: including <complex.h> fails on some systems with C++