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
dustinm` has quit [Quit: Leaving]
ast-ral has joined #pypy
dustinm has joined #pypy
_whitelogger has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 244 seconds]
speeder39_ has quit [Quit: Connection closed for inactivity]
yaewa has joined #pypy
moei has quit [Ping timeout: 245 seconds]
lritter has quit [Ping timeout: 245 seconds]
lritter has joined #pypy
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
forgottenone has joined #pypy
lritter has quit [Ping timeout: 246 seconds]
dddddd has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 272 seconds]
_whitelogger has joined #pypy
cjwelborn has quit [Quit: sys.exit(0)]
speeder39_ has joined #pypy
ssbr` has quit [Ping timeout: 264 seconds]
ssbr` has joined #pypy
xcm has quit [Remote host closed the connection]
ronan__ has joined #pypy
xcm has joined #pypy
ronan__ has quit [Client Quit]
ronan has joined #pypy
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
zsolt has joined #pypy
Guest32 has joined #pypy
Guest32 has quit [Remote host closed the connection]
<ronan> sprint in progress!
YasenKiprov has joined #pypy
YasenKiprov has quit [Remote host closed the connection]
ronan has quit [Ping timeout: 245 seconds]
speeder39_ has quit [Quit: Connection closed for inactivity]
ast-ral has quit [Ping timeout: 260 seconds]
ronan has joined #pypy
<kenaan> fijal arm64 1c73a29467e5 /rpython/jit/backend/aarch64/assembler.py: write stack check slowpath
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
<kenaan> fijal arm64 2deb2cef5345 /rpython/jit/backend/aarch64/assembler.py: oops
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
ronan has quit [Ping timeout: 245 seconds]
jacob22 has quit [Ping timeout: 245 seconds]
<kenaan> fijal arm64 b7c685938bc8 /rpython/jit/backend/aarch64/assembler.py: fix the jump
ronan has joined #pypy
<kenaan> fijal arm64 b0b99e2d256f /rpython/jit/backend/aarch64/assembler.py: we can't use sp here, rewrite'
zsolt has quit [Ping timeout: 268 seconds]
<fijal> arigo: I fail to understand how stack computation works, I fear
<kenaan> fijal arm64 2417f925ce94 /rpython/jit/backend/aarch64/assembler.py: make this encodable
zsolt has joined #pypy
dddddd has joined #pypy
<kenaan> rlamy py3.6 d21bd7fc4483 /pypy/module/_socket/interp_socket.py: Merged in csernazs/pypy/py3.6-socket-fix (pull request #650) fix AppTestSocket.().test_invalid_fd
<kenaan> csernazs py3.6-socket-fix cb0f4d2e2faf /pypy/module/_socket/interp_socket.py: fix AppTestSocket.().test_invalid_fd Rename the kwarg from fdobj to fileno. fdobj comes from the C imp...
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
micisuta has joined #pypy
micisuta1 has joined #pypy
micisuta has quit [Ping timeout: 245 seconds]
micisuta1 is now known as micisuta
<fijal> eh
<fijal> I'm not sure it's a valid complaint, but cpyext-less pypy is useless these days
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
jacob22 has joined #pypy
<LarstiQ> in what sense? It still runs without cpyext I presume, just so many things require it?
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
<kenaan> rlamy py3.6 a822ed1ebccb /pypy/module/array/test/test_array.py: Merged in ykiprov/pypy/remove_array_with_char_test (pull request #651) removed array of chars test as this was remov...
<kenaan> ykiprov remove_array_with_char_test 11a99a383873 /pypy/module/array/test/test_array.py: removed test_array_of_chars_equality as it's not supported in python 3
<kenaan> rlamy py3.6 d8a0f174215c /pypy/module/exceptions/: Merged in mkuffa/pypy/fix-importerror (pull request #652) Fix ImportError invalid arguments error wording
<kenaan> beezz fix-importerror 5f86d11cfec0 /pypy/module/exceptions/: Fix ImportError invalid arguments error wording
<kenaan> beezz fix-importerror 01e15fee01df /pypy/module/exceptions/: Fix ImportError invalid arguments error wording
<kenaan> mkuffa fix-importerror b4a2954b5ff9 /pypy/module/exceptions/interp_exceptions.py: Merge heads
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
antocuni2 has joined #pypy
antocuni2 has left #pypy [#pypy]
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
zsolt has quit [Quit: Lost terminal]
Tmpod has joined #pypy
Tmpod has left #pypy [#pypy]
Tmpod has joined #pypy
<fijal> LarstiQ: cffi does not run
<fijal> which is a bit of a problem
<cfbolz> fijal: uh, why does cffi require cpyext?
<fijal> cfbolz: excellent question!
<fijal> the cffi_build step of translation fails because there is no pyconfig.h
<fijal> that's all I know
<fijal> so a cpyext-less pypy is a bit unusable
<cfbolz> "ah"
ronan has quit [Quit: Ex-Chat]
ronan has joined #pypy
<fijal> the good news is that arm64 seems to be running benchmarks just fine
<fijal> I'm not sure about the results, since a) this is a VM and b) this is a cpyext-pypy
<fijal> but I'll translate for tomorrow a cpyext one and rerun it
lritter has joined #pypy
speeder39_ has joined #pypy
Tmpod has quit [Ping timeout: 260 seconds]
<arigo> cool
<arigo> ideally we should understand and fix the problem
Tmpod has joined #pypy
<Tmpod> yo
<fijal> with cpyext?
<Tmpod> is there an ETA to pypy3.7 already?
<fijal> I *think* we discussed that
ronan has quit [Ping timeout: 245 seconds]
jacob22 has quit [Ping timeout: 268 seconds]
inhahe has quit []
inhahe has joined #pypy
Tmpod has quit [Ping timeout: 260 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
dansan has quit [Max SendQ exceeded]
dansan has joined #pypy
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
adamholmberg has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
adamholmberg has quit [Ping timeout: 258 seconds]
dansan has quit [Remote host closed the connection]
dansan has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
jacob22 has joined #pypy
ronan has joined #pypy
nunatak has joined #pypy
marky1991 has quit [Read error: Connection reset by peer]
antocuni has joined #pypy
yaewa has quit [Quit: Leaving...]
nunatak has quit [Quit: Leaving]
antocuni has quit [Quit: Leaving]
micisuta has quit [Quit: micisuta]
ronan has quit [Ping timeout: 245 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 248 seconds]