00:22
lritter has quit [Quit: Leaving]
00:40
oberstet has quit [Quit: Leaving]
02:10
Rhy0lite has quit [Quit: This computer has gone to sleep]
02:24
ctismer_ has joined #pypy
02:25
ctismer has quit [Ping timeout: 246 seconds]
02:25
ctismer_ is now known as ctismer
02:36
petronny has quit [Read error: Connection reset by peer]
02:36
phlebas has quit [Read error: Connection reset by peer]
02:37
phlebas has joined #pypy
02:38
petronny has joined #pypy
02:41
jcea has quit [Quit: jcea]
02:59
dddddd has quit [Ping timeout: 244 seconds]
03:08
Dejan has quit [Quit: Leaving]
03:44
Rhy0lite has joined #pypy
04:04
Rhy0lite has quit [Quit: This computer has gone to sleep]
06:06
<
mattip >
any reason not to merge the bpo-29104 branch that fixes f-string parsing of '\' ?
06:06
<
mattip >
it has extensive tests
06:34
njs has left #pypy ["Leaving"]
06:56
xcm has quit [Remote host closed the connection]
06:57
xcm has joined #pypy
07:11
oberstet has joined #pypy
07:24
<
cfbolz >
mattip: no, sounds good
07:57
jvesely has joined #pypy
08:32
xcm has quit [Read error: Connection reset by peer]
08:33
xcm has joined #pypy
08:38
the_drow[m] has quit [Quit: killed]
08:38
toad_polo has quit [Quit: killed]
08:38
agates[m] has quit [Quit: killed]
08:44
YannickJadoul has joined #pypy
08:51
the_drow[m] has joined #pypy
09:00
dmalcolm has joined #pypy
09:02
dmalcolm_ has quit [Ping timeout: 260 seconds]
09:15
tsaka__ has quit [Ping timeout: 240 seconds]
09:20
toad_polo has joined #pypy
09:20
agates[m] has joined #pypy
09:20
salotz[m] has joined #pypy
09:44
xcm has quit [Ping timeout: 240 seconds]
09:54
xcm has joined #pypy
12:05
Rhy0lite has joined #pypy
12:39
<
YannickJadoul >
Seems to have been introduced by my changes, but I don't get where the expected value of 8 comes from
12:41
<
cfbolz >
YannickJadoul: what does cpython have there?
12:41
<
YannickJadoul >
CPython 3.6, 3.7, and 3.8 all return 7
12:41
<
YannickJadoul >
(`import ast; ast.parse('x=1\nf"{ x + 1}"').body[1].value.values[0].value.col_offset`)
12:42
<
YannickJadoul >
But I was assuming you must have had a reason to add that test
12:43
thrnciar_ has quit [Read error: Connection reset by peer]
12:43
thrnciar has joined #pypy
12:43
<
YannickJadoul >
(and the thing I changed/fixed was about multiline f-strings, so I don't really get why this test broke, either)
12:44
<
cfbolz >
yes, but it's unlikely that 9 months later ;-)
12:44
<
cfbolz >
that I remember
12:45
thrnciar has quit [Remote host closed the connection]
12:46
<
cfbolz >
YannickJadoul: if it's consistent with cpython, I'd say just fix it
12:46
<
YannickJadoul >
True :-)
12:46
<
YannickJadoul >
Anyway, worth asking
12:47
<
YannickJadoul >
Should I make a PR changing the 7 to 8, to get the test fixed?
12:47
thrnciar has joined #pypy
12:49
<
ronan >
YannickJadoul: you mean changing from 8 to 7, right?
12:49
<
YannickJadoul >
ronan: Ah, yes, sorry, it's 8 now
12:49
<
YannickJadoul >
Should become 7
12:52
<
ronan >
yes, probably
12:53
<
ronan >
(I meant +1 to just fixing the test)
12:55
forgottenone has joined #pypy
12:55
<
YannickJadoul >
(ha, yes, I got that :D )
12:57
tsaka__ has joined #pypy
13:10
tsaka__ has quit [Ping timeout: 246 seconds]
13:24
<
mattip >
things I learned today: CPython has repos with source and bin of the externals used to build CPython
13:35
forgottenone has quit [Quit: Konversation terminated!]
13:59
tsaka__ has joined #pypy
14:00
lritter has joined #pypy
14:33
tsaka__ has quit [Ping timeout: 246 seconds]
15:01
tsaka__ has joined #pypy
15:02
jvesely has quit [Quit: jvesely]
15:17
jcea has joined #pypy
15:27
tsaka__ has quit [Ping timeout: 246 seconds]
15:38
dddddd has joined #pypy
15:51
<
YannickJadoul >
Hmmm, next batch of fstring failures :-( "pypy.interpreter.astcompiler.test.test_compiler"
16:05
<
YannickJadoul >
Ah, yes, and I know why :| I'll submit a patch later today or tomorrow
16:08
<
Alex_Gaynor >
arigo: It looks like `ffi_prep_closure` is deprecated in recent libffi, and you're supposed to use `ffi_prep_closure_loc` instead. Is there a bug on cffi for doing this?
16:12
Rhy0lite has quit [Ping timeout: 260 seconds]
16:16
Rhy0lite has joined #pypy
17:31
otisolsen70 has joined #pypy
17:36
salotz[m] has quit [Quit: Idle for 30+ days]
17:45
xcm has quit [Read error: Connection reset by peer]
17:46
xcm has joined #pypy
19:17
tsaka__ has joined #pypy
20:03
oberstet_ has joined #pypy
20:06
oberstet has quit [Ping timeout: 260 seconds]
20:40
tsaka__ has quit [Ping timeout: 260 seconds]
20:44
tsaka__ has joined #pypy
20:49
oberstet_ has quit [Remote host closed the connection]
21:35
YannickJadoul has quit [Quit: Leaving]
22:03
otisolsen70 has quit [Ping timeout: 246 seconds]
22:06
lritter has quit [Quit: Leaving]
22:11
<
mattip >
not sure that hack to copy dlls into lib_pypy is a good idea.
22:12
<
mattip >
CPython puts all the pyd and dlls in a DLLS directory and adds it to sys.path