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
jcea has joined #pypy
altendky has joined #pypy
jcea has quit [Remote host closed the connection]
jvesely has joined #pypy
awygle has quit [*.net *.split]
jcea has joined #pypy
awygle has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
awygle has quit [*.net *.split]
awygle has joined #pypy
jcea has quit [Ping timeout: 246 seconds]
jcea has joined #pypy
dddddd has quit [Remote host closed the connection]
jcea has quit [Ping timeout: 250 seconds]
jcea has joined #pypy
awygle has quit [*.net *.split]
awygle has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
awygle has quit [*.net *.split]
awygle has joined #pypy
mattip_ has joined #pypy
mattip_ has quit [Client Quit]
jcea has quit [Ping timeout: 264 seconds]
awygle has quit [*.net *.split]
awygle has joined #pypy
_whitelogger has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
altendky has quit [Quit: Connection closed for inactivity]
ekaologik has joined #pypy
tsaka__ has joined #pypy
antocuni has joined #pypy
inhahe has quit []
inhahe has joined #pypy
antocuni has quit [Ping timeout: 265 seconds]
oberstet has quit [Remote host closed the connection]
jcea has joined #pypy
YannickJadoul has joined #pypy
<YannickJadoul> Good news: lots of enthusiasm for PyPy by cibuildwheel's main maintainer ;)
<cfbolz> YannickJadoul: awesome! Thanks for pushing
<YannickJadoul> I need to first try a few things to get macOS and Windows to work, but it would be good to get some feedback after
<YannickJadoul> E.g., what the recommended set of wheels to be built will be. Just the latest one, or ... ?
antocuni has joined #pypy
<cfbolz> YannickJadoul: just the latest for now, I'd say
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
Rhy0lite has joined #pypy
lritter has joined #pypy
antocuni has quit [Ping timeout: 268 seconds]
shodan45 has quit [Remote host closed the connection]
ammar2 has quit [Ping timeout: 264 seconds]
* arigato implements PySlice_Unpac
<arigato> k
ammar2 has joined #pypy
shodan45 has joined #pypy
jcea has quit [Ping timeout: 264 seconds]
<kenaan> arigo py3.6 5b94ae9bcf6d /pypy/: add the 3.6.1 new functions PySlice_Unpack() and PySlice_AdjustIndices()
Dejan has joined #pypy
Ai9zO5AP has joined #pypy
YannickJadoul has quit [Quit: Leaving]
inhahe has quit []
JBmc has joined #pypy
inhahe has joined #pypy
jvesely has quit [Quit: jvesely]
JBmc has left #pypy [#pypy]
jvesely has joined #pypy
tsaka__ has quit [Ping timeout: 265 seconds]
dddddd has joined #pypy
jcea has joined #pypy
jcea has quit [Quit: jcea]
mattip_ has joined #pypy
<mattip_> ronan: config.objspace.std.reinterpretasserts is never set in pypy/tool/pytest/objspace.py line 36,
<mattip_> so untranslated tests are not getting appsupport.build_pytest_assertion
ekaologik has quit [Read error: Connection reset by peer]
tsaka__ has joined #pypy
<kenaan> rlamy py3.6 fa561c2cb364 /: fix test_flufl
<ronan> mattip_: well, it's set for AppTestFunction, which is deprecated
mattip_ has quit [Ping timeout: 240 seconds]
Rhy0lite has quit [Quit: Leaving]
mattip_ has joined #pypy
ulope has quit [Ping timeout: 268 seconds]
ulope has joined #pypy
jcea has joined #pypy
inhahe has quit [Remote host closed the connection]
inhahe has joined #pypy
<mattip_> ronan: all of the class XXXAppTest are meant to be deprecated? There are hundreds of those across pypy
<mattip_> how can we move those to the new apptest*.py paradigm?