00:02
jcea has joined #pypy
00:03
altendky has joined #pypy
00:09
jcea has quit [Remote host closed the connection]
00:15
jvesely has joined #pypy
00:19
awygle has quit [*.net *.split]
00:21
jcea has joined #pypy
00:24
awygle has joined #pypy
00:31
jcea has quit [Remote host closed the connection]
00:32
jcea has joined #pypy
00:48
awygle has quit [*.net *.split]
00:54
awygle has joined #pypy
01:00
jcea has quit [Ping timeout: 246 seconds]
01:01
jcea has joined #pypy
01:18
dddddd has quit [Remote host closed the connection]
01:24
jcea has quit [Ping timeout: 250 seconds]
01:43
jcea has joined #pypy
01:48
awygle has quit [*.net *.split]
01:54
awygle has joined #pypy
01:54
jcea has quit [Remote host closed the connection]
02:14
jcea has joined #pypy
02:48
awygle has quit [*.net *.split]
02:53
awygle has joined #pypy
03:05
mattip_ has joined #pypy
03:05
mattip_ has quit [Client Quit]
03:34
jcea has quit [Ping timeout: 264 seconds]
05:48
awygle has quit [*.net *.split]
05:49
awygle has joined #pypy
06:56
_whitelogger has joined #pypy
07:29
oberstet has quit [Remote host closed the connection]
08:02
oberstet has joined #pypy
08:32
altendky has quit [Quit: Connection closed for inactivity]
09:03
ekaologik has joined #pypy
09:37
tsaka__ has joined #pypy
09:50
antocuni has joined #pypy
10:52
inhahe has joined #pypy
11:16
antocuni has quit [Ping timeout: 265 seconds]
11:51
oberstet has quit [Remote host closed the connection]
12:27
jcea has joined #pypy
12:33
YannickJadoul has joined #pypy
12:34
<
YannickJadoul >
Good news: lots of enthusiasm for PyPy by cibuildwheel's main maintainer ;)
12:49
<
cfbolz >
YannickJadoul: awesome! Thanks for pushing
13:23
<
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
13:24
<
YannickJadoul >
E.g., what the recommended set of wheels to be built will be. Just the latest one, or ... ?
13:43
antocuni has joined #pypy
14:09
<
cfbolz >
YannickJadoul: just the latest for now, I'd say
14:37
jcea has quit [Remote host closed the connection]
14:39
jcea has joined #pypy
15:38
Rhy0lite has joined #pypy
15:44
lritter has joined #pypy
15:47
antocuni has quit [Ping timeout: 268 seconds]
15:48
shodan45 has quit [Remote host closed the connection]
15:49
ammar2 has quit [Ping timeout: 264 seconds]
15:50
* arigato
implements PySlice_Unpac
15:52
ammar2 has joined #pypy
15:53
shodan45 has joined #pypy
16:10
jcea has quit [Ping timeout: 264 seconds]
16:17
<
kenaan >
arigo py3.6 5b94ae9bcf6d /pypy/: add the 3.6.1 new functions PySlice_Unpack() and PySlice_AdjustIndices()
16:18
Dejan has joined #pypy
16:29
Ai9zO5AP has joined #pypy
16:32
YannickJadoul has quit [Quit: Leaving]
16:53
JBmc has joined #pypy
16:53
inhahe has joined #pypy
17:04
jvesely has quit [Quit: jvesely]
17:13
JBmc has left #pypy [#pypy]
17:18
jvesely has joined #pypy
17:24
tsaka__ has quit [Ping timeout: 265 seconds]
17:35
dddddd has joined #pypy
17:44
jcea has joined #pypy
17:54
jcea has quit [Quit: jcea]
19:11
mattip_ has joined #pypy
19:13
<
mattip_ >
ronan: config.objspace.std.reinterpretasserts is never set in pypy/tool/pytest/objspace.py line 36,
19:13
<
mattip_ >
so untranslated tests are not getting appsupport.build_pytest_assertion
19:19
ekaologik has quit [Read error: Connection reset by peer]
19:19
tsaka__ has joined #pypy
19:24
<
kenaan >
rlamy py3.6 fa561c2cb364 /: fix test_flufl
19:43
<
ronan >
mattip_: well, it's set for AppTestFunction, which is deprecated
19:56
mattip_ has quit [Ping timeout: 240 seconds]
20:07
Rhy0lite has quit [Quit: Leaving]
22:29
mattip_ has joined #pypy
23:04
ulope has quit [Ping timeout: 268 seconds]
23:06
ulope has joined #pypy
23:11
jcea has joined #pypy
23:24
inhahe has quit [Remote host closed the connection]
23:24
inhahe has joined #pypy
23:51
<
mattip_ >
ronan: all of the class XXXAppTest are meant to be deprecated? There are hundreds of those across pypy
23:53
<
mattip_ >
how can we move those to the new apptest*.py paradigm?