arigato 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 | mac OS and Fedora are not Windows
jcea has quit [Quit: jcea]
lritter has joined #pypy
lritter has quit [Ping timeout: 244 seconds]
lritter has joined #pypy
dddddd has quit [Remote host closed the connection]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
speeder39_ has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
glyph has quit [Client Quit]
glyph has joined #pypy
glyph has quit [Client Quit]
glyph has joined #pypy
bbot2 has quit [Quit: buildmaster reconfigured: bot disconnecting]
bbot2_ has joined #pypy
<mattip> cfbolz: are you sure about 6d08856e48f3? I think cpython3 still has the comma in repr(BaseException('message'))
<mattip> and there are a number of failing tests on py3.6 that agree
<mattip> the failing test must have been more specific
<cfbolz> mattip: grumble, sorry, my mistake. It's a 3.7 feature :-(
<cfbolz> I ran -A with the wrong CPython
<mattip> ahh, maybe we need a py3.7 branch
<mattip> :)
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<mattip> should I backout that changeset?
<kenaan> mattip py3.6 7f4a628f9d50 /pypy/interpreter/pyparser/test/test_pyparse.py: remove pdb from test
<kenaan> mattip py3.6 3891e175ae0e /pypy/module/__pypy__/test/test_signal.py: add some time.sleep to hellp thread emulation
<kenaan> mattip py3.6 ec4c8dc20895 /pypy/module/exceptions/: back out changeset 6d08856e48f3 which is for python3.7
<kenaan> mattip default 8837d155d951 /rpython/rlib/rvmprof/src/shared/vmprof_common.c: resync vmprof
<kenaan> mattip py3.6 8df39cb01740 /rpython/: merge default into py3.6
ajlawrence has joined #pypy
ajlawrence has quit [Remote host closed the connection]
speeder39_ has quit [Quit: Connection closed for inactivity]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<cfbolz> mattip: thanks a ton
<cfbolz> Sorry, probably shouldn't have programmed yesterday, but it was such a nice distraction
<mattip> :) nice to hear from you
<fijal> o/
marvin__ has quit [Remote host closed the connection]
marvin_ has joined #pypy
tos9 has quit [Quit: Bye]
tos9 has joined #pypy
tos9 has quit [Client Quit]
tos9 has joined #pypy
antocuni has joined #pypy
_whitelogger has joined #pypy
BPL has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
dddddd has joined #pypy
ronan has quit [Ping timeout: 252 seconds]
<mattip> whoot! translation on aarch64 py3.6 passed!!
ronan has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<cfbolz> mattip, arigato: Yay!
antocuni has joined #pypy
Rhy0lite has joined #pypy
<Hodgestar> It feels like many new emails to the cffi list start with "thank you for such an awesome library". :D :D :D
<arigato> :-)
xcm has quit [Remote host closed the connection]
ronan has quit [Ping timeout: 252 seconds]
xcm has joined #pypy
lritter has quit [Quit: Leaving]
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
xcm has quit [Ping timeout: 244 seconds]
xcm has joined #pypy
antocuni has quit [Ping timeout: 272 seconds]
davidbr has quit [Quit: Connection closed for inactivity]
Remi_M has quit [Ping timeout: 245 seconds]
marvin_ has quit [Remote host closed the connection]
marvin__ has joined #pypy
Remi_M has joined #pypy
marvin__ has quit [Remote host closed the connection]
marvin__ has joined #pypy
Rhy0lite has quit [Quit: Leaving]
inhahe_ has joined #pypy
inhahe has quit [Read error: Connection reset by peer]
ronan has joined #pypy
<kenaan> arigo py3.6-sandbox-2 2dec2639c2f9 /pypy/module/time/interp_time.py: tweak
<kenaan> arigo py3.6-sandbox-2 0ae0d48891a6 /rpython/rlib/rurandom.py: Don't call syscall() from the sandbox
nimaje1 has joined #pypy
nimaje has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
nimaje1 is now known as nimaje
BPL has quit [Quit: Leaving]
BPL has joined #pypy
Unode has left #pypy ["WeeChat 2.3"]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
BPL has quit [Quit: Leaving]
<RoadrunnerWMC> Hi! Not really sure where to ask this, but this seems as good a place as any to start
<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
<RoadrunnerWMC> So I'm trying to use the portable PyPy3 builds (https://github.com/squeaky-pl/portable-pypy) (maybe unofficial?) within the manylinux1 Docker container (https://github.com/pypa/manylinux/tree/manylinux1) on an Ubuntu 16.04 VM on Azure
<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
<RoadrunnerWMC> Not really sure if this is a PyPy issue, a portable-PyPy issue, a Docker container issue, or an Azure issue
<RoadrunnerWMC> So if anyone has any ideas -- even just about which of those is most likely causing the problem -- that would be appreciated :)