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
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
lritter has quit [Ping timeout: 268 seconds]
lritter has joined #pypy
dddddd has quit [Remote host closed the connection]
_whitelogger has joined #pypy
forgottenone has joined #pypy
xieta has quit [Quit: ZNC - https://znc.in]
lritter has quit [Ping timeout: 268 seconds]
speeder39_ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
_whitelogger has joined #pypy
<kenaan> fijal arm64 79faaac359a0 /rpython/jit/backend/aarch64/assembler.py: remove small constant and use BL instead of B
ronan has joined #pypy
<kenaan> rlamy default 4e0d2e9d1e7d /pypy/module/posix/test/test_posix2.py: Merged in ivan257/pypy/fix_darwin_list_dir_test (pull request #653) Fix test_list_dir_unicode on macOS utf-8 encod...
<kenaan> ivan257 fix_darwin_list_dir_test d1ec1e6fa480 /pypy/module/posix/test/test_posix2.py: Fix test_list_dir_unicode on macOS utf-8 encoded systems
<kenaan> rlamy default a9166640dc56 /pypy/module/_vmprof/test/test__vmprof.py: Merged in jesdi/pypy/fix-test-vmprof-closed-file (pull request #654) Fix test reading file not open.
<kenaan> jesdi fix-test-vmprof-closed-file ea52b93b8671 /pypy/module/_vmprof/test/test__vmprof.py: Fix test. Open file for reading
_whitelogger has joined #pypy
<kenaan> rlamy py3.6 1131d56115b8 /pypy/module/exceptions/interp_exceptions.py: fix translation
<kenaan> arigo default c79c569bdd04 /rpython/rlib/: Fix the test and the implementation of gcd_binary()
jacob22 has quit [Quit: Konversation terminated!]
jacob22_ has joined #pypy
jacob22_ has quit [Ping timeout: 246 seconds]
adamholmberg has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
adamholmberg has quit [Ping timeout: 258 seconds]
<kenaan> fijal arm64 38b3537f3c3f /rpython/jit/backend/aarch64/assembler.py: oops
alexband has joined #pypy
alexband_ has quit [Ping timeout: 268 seconds]
oberstet has joined #pypy
irclogs_io_bot has quit [Remote host closed the connection]
irclogs_io_bot has joined #pypy
<cfbolz> arigo: ouch thanks
jacob22_ has joined #pypy
<kenaan> rlamy py3.6 167742e47bab /pypy/module/array/test/test_array.py: Merged in joachim-ballmann/pypy/fix_test_unicode_outofrange (pull request #656) Fix test_unicode_outofrange
<kenaan> joac...@bitbucket.org fix_test_unicode_outofrange 35c679b16018 /pypy/module/array/test/test_array.py: fix test_unicode_outofrange in case itemsize == 2
<kenaan> rlamy default 519a04c0f373 /rpython/rlib/test/test_rbigint.py: Clean up uses of pytest.raises()
ronan has quit [Ping timeout: 245 seconds]
_whitelogger has joined #pypy
dddddd has joined #pypy
<kenaan> arigo py3.6 0c8150a9aba8 /pypy/interpreter/: Merged in vxgmichel/pypy/bpo-35409 (pull request #655) Ignore GeneratorExit when throwing into the aclose coroutine ...
<kenaan> vxgmichel bpo-35409 f29b8a6e72dd /pypy/interpreter/: Ignore GeneratorExit when throwing into the aclose coroutine of an asynchronous generator Related issues and...
<kenaan> vxgmichel bpo-35409 3c32e9b24388 /pypy/interpreter/: Make sure the athrow coroutine of an asynchronous generator gets closed when the underlying generator raises ...
micisuta has joined #pypy
micisuta has quit [Client Quit]
ronan has quit [Ping timeout: 245 seconds]
oberstet has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 258 seconds]
forgottenone has quit [Ping timeout: 268 seconds]
forgottenone has joined #pypy
<kenaan> joac...@bitbucket.org default 961477b88452 /pypy/module/array/test/test_array.py: fix test_unicode_outofrange in case itemsize == 2
_whitelogger has joined #pypy
arigo is now known as arigato
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 268 seconds]
lritter has joined #pypy
jacob22_ has quit [Ping timeout: 246 seconds]
<kenaan> arigo py3.6 6601328a5b4a /pypy/: Use uniformly the technique of @jit.elidable on a family of unicode methods. Fixes one test in test_pypy_c
dansan has quit [Ping timeout: 245 seconds]
forgottenone has quit [Ping timeout: 245 seconds]
jacob22_ has joined #pypy
xcm is now known as Guest58837
Guest58837 has quit [Killed (card.freenode.net (Nickname regained by services))]
xcm has joined #pypy
speeder39_ has joined #pypy
forgottenone has joined #pypy
<kenaan> arigo py3.6 41876ed51727 /pypy/module/pypyjit/test_pypy_c/test_string.py: Write down the result of investigating this failure
<kenaan> arigo py3.6 57c274368925 /pypy/module/pypyjit/test_pypy_c/test_string.py: fix test
<kenaan> arigo py3.6 fdddd234e7d2 /pypy/module/pypyjit/test_pypy_c/test_string.py: fix test
jacob22_ has quit [Ping timeout: 272 seconds]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
<kenaan> arigo py3.6 f4f950bdca7d /pypy/module/pypyjit/test_pypy_c/test_string.py: fix test
<Alex_Gaynor> Why is str_decode_utf8 call_may_force?
<Alex_Gaynor> Ahh, error handler
<arigato> yes
<kenaan> arigo py3.6 3086088b38f5 /pypy/module/pypyjit/test_pypy_c/test_ffi.py: fix test
forgottenone has quit [Quit: Konversation terminated!]
speeder39_ has quit [Quit: Connection closed for inactivity]
<fijal> Alex_Gaynor: we were trying at some point to get the default version be not call_may_force
<fijal> but I'm not sure how far it went
forgottenone has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
dansan has joined #pypy
forgottenone has joined #pypy
xcm has quit [Killed (orwell.freenode.net (Nickname regained by services))]
xcm has joined #pypy
micisuta- has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 268 seconds]
dansan has quit [Ping timeout: 245 seconds]
micisuta- has quit [Ping timeout: 244 seconds]
micisuta has joined #pypy
dansan has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
ronan has joined #pypy
dansan has quit [Excess Flood]
dansan has joined #pypy
dansan has quit [Ping timeout: 248 seconds]
speeder39_ has joined #pypy
dansan has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
dansan has quit [Excess Flood]
dansan has joined #pypy
xcm has quit [Read error: Connection reset by peer]
dansan has quit [Ping timeout: 272 seconds]
xcm has joined #pypy
dansan has joined #pypy
dansan has quit [Ping timeout: 248 seconds]
alexband has quit [Remote host closed the connection]
dansan_ has joined #pypy
dansan has joined #pypy
dansan has quit [Client Quit]
dansan has joined #pypy
dansan_ has quit [Ping timeout: 246 seconds]
dansan has quit [Ping timeout: 246 seconds]
dansan has joined #pypy