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
abrown__ has joined #pypy
atomizer_ has joined #pypy
idnar_ has joined #pypy
eregon_ has joined #pypy
abrown_ has quit [Remote host closed the connection]
atomizer has quit [Quit: ZNC - http://znc.in]
idnar has quit [Read error: Connection reset by peer]
stillinbeta has quit [Ping timeout: 272 seconds]
stillinbeta has joined #pypy
lritter has quit [Ping timeout: 272 seconds]
stillinbeta has joined #pypy
eregon has quit [Remote host closed the connection]
stillinbeta has quit [Changing host]
stillinbeta has joined #pypy
stillinbeta has joined #pypy
stillinbeta has quit [Changing host]
eregon_ has quit [Ping timeout: 268 seconds]
kcr has quit [Read error: Connection reset by peer]
wallet42 has quit [Read error: Connection reset by peer]
Alex_Gaynor has quit [Read error: Connection reset by peer]
eregon has joined #pypy
Alex_Gaynor has joined #pypy
kcr has joined #pypy
michelp has quit [Read error: Connection reset by peer]
stillinbeta has quit [Read error: Connection reset by peer]
altendky has quit [Read error: Connection reset by peer]
ctismer has quit [Read error: Connection reset by peer]
starlord has quit [Read error: Connection reset by peer]
Lightsword has quit [Quit: ZNC]
michelp has joined #pypy
starlord has joined #pypy
ctismer has joined #pypy
Lightsword has joined #pypy
stillinbeta has joined #pypy
dnshane has quit [Quit: No Ping reply in 180 seconds.]
wallet42 has joined #pypy
altendky has joined #pypy
tbodt has quit [Ping timeout: 272 seconds]
lritter has joined #pypy
tsaka_ has joined #pypy
igitoor has quit [Remote host closed the connection]
dnshane has joined #pypy
igitoor has joined #pypy
tsaka__ has quit [Remote host closed the connection]
eregon has quit [Ping timeout: 240 seconds]
adamholmberg has joined #pypy
Ashleee has quit [Ping timeout: 268 seconds]
igitoor has joined #pypy
igitoor has quit [Changing host]
eregon has joined #pypy
Ashleee has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
tbodt has joined #pypy
lritter has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
adamholmberg has quit [Remote host closed the connection]
jvesely has joined #pypy
jcea has quit [Quit: jcea]
adamholmberg has joined #pypy
lritter has quit [Quit: Leaving]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
dddddd has quit [Ping timeout: 260 seconds]
epony has quit [Quit: reconf]
[Arfrever] has joined #pypy
epony has joined #pypy
epony has quit [Max SendQ exceeded]
epony has joined #pypy
oberstet has joined #pypy
kanaka has quit [Ping timeout: 268 seconds]
kanaka has joined #pypy
jvesely has quit [Quit: jvesely]
Guest89399 has quit [Ping timeout: 260 seconds]
SunDwarf has joined #pypy
<kenaan> mattip buildbot 6c5059da3e8b /bot2/pypybuildbot/builds.py: typo
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
bbot2 has joined #pypy
<kenaan> Sreepathi Pai default 78510e758e34 /rpython/: runpack should align for next read
<kenaan> Sreepathi Pai default 4c44f65af534 /rpython/: Revert pytest.ini, make test work on 32-bit systems
idnar_ is now known as idnar
<kenaan> arigo default 6f72c0da3906 /pypy/doc/faq.rst: Change the FAQ entry "why not github"
<Dejan> A: because of GitLab
<Dejan> }:-)
Dejan has quit [Quit: Leaving]
tsaka_ has quit [Ping timeout: 245 seconds]
tsaka_ has joined #pypy
Dejan has joined #pypy
<mattip> arigato: ping
<arigato> mattip: pong
<mattip> what if we asked the psf to host downloads?
<mattip> arigato: rephrasing, is there a reason not to ask the PSF to host our downloads?
<arigato> no, that's fine for me
<Dejan> after all, PyPy is all about Python
<mattip> ok, I will try on #python-infra first
<ammar2> might get a better response on https://discuss.python.org/c/python-software-foundation/9 as well
<ammar2> but ernest will probably respond in -infra
<mattip> +1
<kenaan> arigo cffi/cffi 4c9bc72ff7a2 /c/misc_win32.h: #442: memory leak in getwinerror() in py3
gracinet has joined #pypy
adamholmberg has joined #pypy
jcea has joined #pypy
jcea has quit [Ping timeout: 260 seconds]
jcea has joined #pypy
tsaka_ has quit [Ping timeout: 246 seconds]
ssbr` has quit [Remote host closed the connection]
tsaka_ has joined #pypy
starlord has quit [Ping timeout: 245 seconds]
avakdh has quit [Ping timeout: 245 seconds]
krono has quit [Ping timeout: 265 seconds]
stillinbeta has quit [Ping timeout: 248 seconds]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 260 seconds]
dddddd has joined #pypy
adamholmberg has joined #pypy
starlord has joined #pypy
speeder39_ has joined #pypy
avakdh has joined #pypy
krono has joined #pypy
stillinbeta has joined #pypy
lritter has joined #pypy
<cfbolz> ronan: ping?
marky1991 has quit [Ping timeout: 260 seconds]
DarkUranium has left #pypy ["Leaving"]
Rhy0lite has joined #pypy
<ronan> cfbolz: pong
<cfbolz> ronan: it seems CPython went with a stack approach for sys.exc_info in 3.7: https://github.com/python/cpython/commit/ae3087c6382
<cfbolz> ronan: can I just go back to the stack we had before you removed it in 23f4cba973ff?
jvesely has joined #pypy
<ronan> cfbolz: our error stack didn't really work, it caused some regressions
<cfbolz> ok
<cfbolz> so we need to follow more closely what cpython is doing
<ronan> yes
<cfbolz> pity :-) would have been nice to just back out
<ronan> IIRC, a global error stack can't possibly work
<cfbolz> yes, I was wondering that too
<cfbolz> it's not global in cpython
<cfbolz> (but per generator or so)
<ronan> the whole thing is a big mess, the semantics are unclear in some cases
lritter has quit [Quit: Leaving]
<ronan> though maybe it makes more sense in CPython3.7
dddddd has quit [Remote host closed the connection]
<cfbolz> ronan: amusingly enough the refactoring was triggered by a bug report by armin
lritter has joined #pypy
marky1991 has joined #pypy
Smigwell has joined #pypy
<kenaan> mattip buildbot[limit-disk-usage] 1f96501aac81 /: close abandoned branch
<kenaan> mattip buildbot[coalesce-by-hash] 40406a7b7547 /: close abandoned branch
<kenaan> mattip buildbot[numpy-tests] 52f7cb4cd4b1 /: close abandoned branch
<kenaan> mattip buildbot[cffi-build-step] acc98fc98193 /: close abandoned branch
<mattip> I wonder if the path forward with ssl in python3.6, 3.7 is to reflect the cpython changes one at a time into the cffi implementation
marky1991 has quit [Ping timeout: 260 seconds]
<cfbolz> mattip: yes, likely. i haven't dared to look into that yet (I know nothing about ssl)
<cfbolz> (same for the socket changes)
<kenaan> cfbolz py3.7 a75c90ba20f9 /: sys.setrecursionlimit changes: - change error message in one case - skip a test: extremely low recursionlimits just ...
<kenaan> cfbolz py3.7 11658ec64e92 /pypy/module/sys/test/test_sysmodule.py: those attributes are gone
<kenaan> cfbolz py3.7 ccca4d0a7b52 /: generator expressions aren't allowed in class definitions
<kenaan> cfbolz py3.7 eabac6f35bd1 /lib-python/3/test/test_syntax.py: fix error msg
<kenaan> cfbolz py3.7 e9e80323c851 /: check for other async constructs outside of async functions too
tsaka_ has quit [Quit: Konversation terminated!]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
i9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 260 seconds]
marky1991 has joined #pypy
jvesely has quit [Quit: jvesely]
jvesely has joined #pypy
CrazyPython has joined #pypy
marky1991 has quit [Ping timeout: 260 seconds]
dddddd has joined #pypy
tsaka__ has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
gracinet has quit [Quit: Leaving.]
dstufft has quit [*.net *.split]
dstufft has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
avakdh has quit [Ping timeout: 240 seconds]
avakdh has joined #pypy
tsaka__ has quit [Ping timeout: 252 seconds]
CrazyPython has joined #pypy
Rhy0lite has quit [Quit: Leaving]
Smigwell has left #pypy [#pypy]
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
CrazyPython has quit [Read error: Connection reset by peer]
adamholmberg has quit [Remote host closed the connection]
gracinet has joined #pypy
gracinet has left #pypy [#pypy]
tos9_ has joined #pypy
tos9 has quit [Ping timeout: 245 seconds]
tos9_ is now known as tos9