00:15
BPL has quit [Quit: Leaving]
00:44
xcm has quit [Ping timeout: 256 seconds]
00:51
jvesely has joined #pypy
01:02
zmt01 has quit [Quit: Leaving]
01:14
zmt00 has joined #pypy
01:46
lritter has quit [Ping timeout: 260 seconds]
01:47
lritter has joined #pypy
01:54
jcea has quit [Quit: jcea]
02:20
lritter has quit [Ping timeout: 250 seconds]
03:01
jacob22 has quit [Read error: Connection reset by peer]
03:05
jacob22 has joined #pypy
04:35
dddddd has quit [Ping timeout: 256 seconds]
04:41
joannah has joined #pypy
05:58
adamholmberg has joined #pypy
06:03
adamholmberg has quit [Ping timeout: 256 seconds]
06:19
<
cfbolz >
mattip: I found an re bug. We need to decide whether we want to fix it for the release. Group references are broken with non ASCII chars: re.match(r'(ü)\1', 'üü')
06:26
joannah has quit [Ping timeout: 240 seconds]
06:45
<
mattip >
cfbolz: thanks for the heads up, it seems the release needs a fix for macos anyway
06:46
<
mattip >
could that be related to this issue
06:46
<
mattip >
about compile "tuple index out of range" on aarch64?
06:47
<
cfbolz >
no, seems unrelated
06:55
xcm has joined #pypy
06:56
<
cfbolz >
mattip: it's a bit surprising that nobody complained about this bug
06:57
<
mattip >
is it broken so it errors or does it fail to match?
06:57
<
cfbolz >
fails to match
06:58
<
cfbolz >
I pushed a test and fix
06:58
<
cfbolz >
arigo: if you have a minute, could you take a look at b49243dd2029?
08:00
adamholmberg has joined #pypy
08:04
adamholmberg has quit [Ping timeout: 265 seconds]
08:06
xcm has quit [Remote host closed the connection]
08:07
xcm has joined #pypy
09:09
BPL has joined #pypy
09:11
xcm is now known as Guest58808
09:11
Guest58808 has quit [Killed (card.freenode.net (Nickname regained by services))]
09:12
xcm has joined #pypy
10:50
dddddd has joined #pypy
11:21
jacob22 has quit [Read error: Connection reset by peer]
11:25
jacob22 has joined #pypy
12:00
xcm has quit [Ping timeout: 240 seconds]
12:01
adamholmberg has joined #pypy
12:03
xcm has joined #pypy
12:07
adamholmberg has quit [Ping timeout: 258 seconds]
12:23
jcea has joined #pypy
12:41
YannickJadoul has joined #pypy
13:08
<
arigo >
cfbolz: bah
13:10
<
arigo >
indeed, I can also reproduce on app-level pypy
13:16
<
cfbolz >
arigo: I'm fairly confident in the fix, looks OK to you too?
13:29
xcm has quit [Remote host closed the connection]
13:36
xcm has joined #pypy
13:44
<
mattip >
YannickJadoul: it seems that build ^^^ works. I made a demo repo to run a travis job to download and "pip install flask" on the latest nightly
13:44
<
mattip >
and now both python2 and python3.6 can use ssl on macOS
13:46
<
mattip >
the trick was in aee0dd4e0712 to export MACOSX_DEPLOYMENT_TARGET before building openssl via "./configure; make"
13:50
yajadoul has joined #pypy
13:53
YannickJadoul has quit [Ping timeout: 240 seconds]
13:53
lritter has joined #pypy
14:21
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
14:22
bbot2 has joined #pypy
14:23
jacob22 has quit [Quit: Konversation terminated!]
14:51
xcm has quit [Ping timeout: 265 seconds]
14:52
jacob22 has joined #pypy
15:00
xcm has joined #pypy
15:30
adamholmberg has joined #pypy
15:36
dddddd has quit [Ping timeout: 250 seconds]
15:36
adamholmberg has quit [Remote host closed the connection]
16:31
jacob22 has quit [Ping timeout: 260 seconds]
17:08
<
cfbolz >
pfff, I spent some time fuzzing the re engine and I maybe found a
*very* strange cpython bug
17:33
yajadoul has quit [Quit: Leaving]
17:33
YannickJadoul has joined #pypy
17:35
<
YannickJadoul >
mattip: Ha, amazing! :-) Would you like me to try now, or can I wait for a rc3?
17:36
adamholmberg has joined #pypy
17:41
adamholmberg has quit [Ping timeout: 264 seconds]
18:04
<
mattip >
YannickJadoul: if you could easily try the latest nightlies that would be cool
18:05
<
mattip >
cfbolz: it seems re is another rabbit hole. Maybe hypothesis could help test it?
18:06
<
cfbolz >
mattip: it's what I am trying, yes
18:06
<
cfbolz >
But it's a CPython bug I see, not pypy
18:06
<
mattip >
(in the mean time I successfully fried my spare PC's power supply, so I need to use an old laptop for the win32 buildbot slave)
18:06
<
cfbolz >
Can't reduce it to something small yet :-(
18:06
<
cfbolz >
mattip: ouch
18:07
<
mattip >
... and all the shops are online order only, with two week delivery
18:11
<
YannickJadoul >
mattip: Already got too curious myself, so trying it out now!
18:15
<
YannickJadoul >
Trying some things manually, on PyPy 2.7 (nightly) on macOS, sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') is "None", though?
18:17
jacob22 has joined #pypy
18:18
<
cfbolz >
mattip: all the things that can be used for working from home are hard to get right now
18:21
<
mattip >
there is distutils.sysconfig and plain sysconfig. I think you want the latter
18:21
<
mattip >
sorry, the former
18:21
<
mattip >
YannickJadoul ^^^
18:25
<
YannickJadoul >
mattip: Aaaah, right, yes!
18:26
<
YannickJadoul >
Just confused because for 3.6 plain sysconfig did have the value
18:26
<
YannickJadoul >
But anyway, tests seem to be passing :-)
18:26
<
mattip >
it still should, 2.7 is strange
18:26
<
YannickJadoul >
Yeah, because now I'm wondering if this is linked to another problem we have at cibuildwheel
18:27
<
YannickJadoul >
Some warning on PyPy 2.7 that 'MACOSX_DEPLOYMENT_TARGET' is set to 10.3 when building an extension
18:27
<
YannickJadoul >
But I haven't tried out enough, yet
18:28
<
mattip >
if you find it, feel free to bring me in
18:33
<
YannickJadoul >
Thanks. Will do!
18:33
<
YannickJadoul >
Thanks for the quick fix for 10.13, already!
18:34
xcm has quit [Remote host closed the connection]
18:36
xcm has joined #pypy
18:37
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
18:37
bbot2 has joined #pypy
18:43
bbreniser has joined #pypy
18:44
bbreniser has left #pypy [#pypy]
18:58
otisolsen70 has joined #pypy
19:03
otisolsen70_ has joined #pypy
19:07
otisolsen70 has quit [Ping timeout: 256 seconds]
19:38
adamholmberg has joined #pypy
19:43
adamholmberg has quit [Ping timeout: 265 seconds]
20:55
otisolsen70_ has quit [Ping timeout: 265 seconds]
21:15
YannickJadoul has quit [Remote host closed the connection]
21:16
YannickJadoul has joined #pypy
21:17
yajadoul has joined #pypy
21:20
YannickJadoul has quit [Ping timeout: 265 seconds]
21:45
xcm has quit [Remote host closed the connection]
21:46
xcm has joined #pypy
21:58
adamholmberg has joined #pypy
21:59
dddddd has joined #pypy
22:03
adamholmberg has quit [Ping timeout: 264 seconds]
23:02
inhahe has joined #pypy
23:17
lritter has quit [Quit: Leaving]
23:22
jacob22 has quit [Quit: Konversation terminated!]
23:36
BPL has quit [Quit: Leaving]