01:06
jcea has quit [Quit: jcea]
02:16
lritter has joined #pypy
02:44
lritter has quit [Ping timeout: 244 seconds]
02:44
lritter has joined #pypy
02:46
dddddd has quit [Remote host closed the connection]
03:55
xcm has quit [Remote host closed the connection]
03:57
xcm has joined #pypy
04:25
speeder39_ has quit [Quit: Connection closed for inactivity]
05:19
speeder39_ has joined #pypy
05:36
glyph has quit [Quit: End of line.]
05:37
glyph has joined #pypy
05:37
glyph has quit [Client Quit]
05:40
glyph has joined #pypy
05:41
glyph has quit [Client Quit]
05:44
glyph has joined #pypy
05:59
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
05:59
bbot2_ has joined #pypy
06:08
<
mattip >
cfbolz: are you sure about 6d08856e48f3? I think cpython3 still has the comma in repr(BaseException('message'))
06:08
<
mattip >
and there are a number of failing tests on py3.6 that agree
06:09
<
mattip >
the failing test must have been more specific
06:13
<
cfbolz >
mattip: grumble, sorry, my mistake. It's a 3.7 feature :-(
06:13
<
cfbolz >
I ran -A with the wrong CPython
06:14
<
mattip >
ahh, maybe we need a py3.7 branch
06:18
xcm has quit [Remote host closed the connection]
06:21
xcm has joined #pypy
06:34
<
mattip >
should I backout that changeset?
07:05
<
kenaan >
mattip py3.6 7f4a628f9d50 /pypy/interpreter/pyparser/test/test_pyparse.py: remove pdb from test
07:05
<
kenaan >
mattip py3.6 3891e175ae0e /pypy/module/__pypy__/test/test_signal.py: add some time.sleep to hellp thread emulation
07:05
<
kenaan >
mattip py3.6 ec4c8dc20895 /pypy/module/exceptions/: back out changeset 6d08856e48f3 which is for python3.7
07:18
<
kenaan >
mattip default 8837d155d951 /rpython/rlib/rvmprof/src/shared/vmprof_common.c: resync vmprof
07:18
<
kenaan >
mattip py3.6 8df39cb01740 /rpython/: merge default into py3.6
07:24
ajlawrence has joined #pypy
07:28
ajlawrence has quit [Remote host closed the connection]
07:29
speeder39_ has quit [Quit: Connection closed for inactivity]
07:30
xcm has quit [Remote host closed the connection]
07:34
xcm has joined #pypy
07:39
<
cfbolz >
mattip: thanks a ton
07:39
<
cfbolz >
Sorry, probably shouldn't have programmed yesterday, but it was such a nice distraction
07:54
<
mattip >
:) nice to hear from you
08:03
marvin__ has quit [Remote host closed the connection]
08:03
marvin_ has joined #pypy
08:12
tos9 has quit [Quit: Bye]
08:13
tos9 has joined #pypy
08:17
tos9 has quit [Client Quit]
08:17
tos9 has joined #pypy
08:26
antocuni has joined #pypy
09:08
_whitelogger has joined #pypy
09:42
BPL has joined #pypy
10:09
antocuni has quit [Ping timeout: 244 seconds]
10:34
dddddd has joined #pypy
11:02
ronan has quit [Ping timeout: 252 seconds]
11:09
<
mattip >
whoot! translation on aarch64 py3.6 passed!!
11:11
ronan has joined #pypy
11:18
xcm has quit [Read error: Connection reset by peer]
11:21
xcm has joined #pypy
11:29
<
cfbolz >
mattip, arigato: Yay!
11:42
antocuni has joined #pypy
12:02
Rhy0lite has joined #pypy
12:57
<
Hodgestar >
It feels like many new emails to the cffi list start with "thank you for such an awesome library". :D :D :D
14:13
xcm has quit [Remote host closed the connection]
14:13
ronan has quit [Ping timeout: 252 seconds]
14:15
xcm has joined #pypy
14:38
lritter has quit [Quit: Leaving]
14:38
xcm has quit [Ping timeout: 246 seconds]
14:39
xcm has joined #pypy
15:11
xcm has quit [Ping timeout: 244 seconds]
15:15
xcm has joined #pypy
17:30
antocuni has quit [Ping timeout: 272 seconds]
18:34
davidbr has quit [Quit: Connection closed for inactivity]
18:42
Remi_M has quit [Ping timeout: 245 seconds]
18:51
marvin_ has quit [Remote host closed the connection]
18:52
marvin__ has joined #pypy
18:59
Remi_M has joined #pypy
19:00
marvin__ has quit [Remote host closed the connection]
19:00
marvin__ has joined #pypy
19:23
Rhy0lite has quit [Quit: Leaving]
20:12
inhahe_ has joined #pypy
20:12
inhahe has quit [Read error: Connection reset by peer]
20:18
ronan has joined #pypy
20:20
<
kenaan >
arigo py3.6-sandbox-2 2dec2639c2f9 /pypy/module/time/interp_time.py: tweak
20:20
<
kenaan >
arigo py3.6-sandbox-2 0ae0d48891a6 /rpython/rlib/rurandom.py: Don't call syscall() from the sandbox
20:36
nimaje1 has joined #pypy
20:36
nimaje has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
20:36
nimaje1 is now known as nimaje
21:34
BPL has quit [Quit: Leaving]
21:48
BPL has joined #pypy
22:02
Unode has left #pypy ["WeeChat 2.3"]
22:09
xcm has quit [Remote host closed the connection]
22:11
xcm has joined #pypy
22:19
jcea has joined #pypy
23:31
BPL has quit [Quit: Leaving]
23:44
<
RoadrunnerWMC >
Hi! Not really sure where to ask this, but this seems as good a place as any to start
23:46
<
RoadrunnerWMC >
I'm trying out Azure Pipelines for building my cffi project, like mattip suggested a couple of weeks or so ago, and I
*almost* have it working perfectly. The only thing that still doesn't work is building manylinux1 wheels for PyPy specifically
23:51
<
RoadrunnerWMC >
The Docker is supposedly CentOS 6, and the portable PyPy builds claim to be built on CentOS 6, but I get this when I try to run it:
https://i.imgur.com/3QcUjcK.png
23:52
<
RoadrunnerWMC >
Not really sure if this is a PyPy issue, a portable-PyPy issue, a Docker container issue, or an Azure issue
23:54
<
RoadrunnerWMC >
So if anyone has any ideas -- even just about which of those is most likely causing the problem -- that would be appreciated :)