cfbolz 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 | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
speeder39_ has quit [Quit: Connection closed for inactivity]
speeder39_ has joined #pypy
antocuni has quit [Ping timeout: 244 seconds]
<kenaan> rlamy py3.7 933f6504ecb5 /: Gently hack stdlib to avoid unimplemented functions
<kenaan> rlamy py3.7 a676a5366a60 /: hg merge py3.6
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7654 [ronan: force build, py3.7]
<kenaan> rlamy py3.7 7697e979053f /lib-python/3/queue.py: Make queue importable
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 245 seconds]
tsaka__ has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
tsaka__ has quit [Ping timeout: 246 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7654 [ronan: force build, py3.7]
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 246 seconds]
dddddd has quit [Remote host closed the connection]
<mattip> the rpython errors in aarch64 caused translation to fail
<mattip> Catching AlignmentError is not valid in RPython
tsaka__ has joined #pypy
<lesshaste> ronan, I though the main issue was speed. For example if I write a loop that accesses members of a numpy array it will be slow currently
tsaka__ has quit [Ping timeout: 244 seconds]
antocuni has joined #pypy
amosbird has quit [Quit: ZNC 1.7.3 - https://znc.in]
amosbird has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
<lesshaste> hi mattip
<mattip> lesshaste: hi
antocuni has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
ekaologik has joined #pypy
ebarrett has quit [Quit: WeeChat 2.4]
ssbr has quit [Ping timeout: 276 seconds]
ebarrett has joined #pypy
tsaka__ has joined #pypy
<arigato> why are custom exception classes subclasses of NotImplementedError
<kenaan> arigo default 29b473bb1c55 /rpython/rlib/rawstorage.py: Don't make a subclass of NotImplementedError in RPython---it was unlikely to work correctly and is now forbidden
<kenaan> arigo py3.6 c0dcb6566060 /rpython/: hg merge default
<kenaan> arigo default ee34ae9a1ae5 /rpython/flowspace/flowcontext.py: improve error message
ebarrett is now known as vext01
BPL has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
tsaka__ has quit [Ping timeout: 245 seconds]
dddddd has joined #pypy
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
jacob22 has quit [Ping timeout: 264 seconds]
ekaologik has quit [Ping timeout: 245 seconds]
ekaologik has joined #pypy
ekaologik has quit [Ping timeout: 244 seconds]
<kenaan> stevie_92 cpyext-gc-cycle af16e13f7cbf /rpython/memory/gc/rrc/: Added consistency check in case rrc graph changed between gc-iterations
jacob22 has joined #pypy
antocuni has quit [Ping timeout: 246 seconds]
<mattip> arigato: thanks. I should have realized that was the problem
forgottenone has joined #pypy
tsaka__ has joined #pypy
ekaologik has joined #pypy
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
speeder39_ has joined #pypy
ekaologik has quit [Ping timeout: 245 seconds]
ekaologik has joined #pypy
jcea has quit [Read error: Connection reset by peer]
<mattip> it seems tools/build_cffi_imports is downloading and building _ssl agains libressl-2.6.2
<mattip> the download link http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ has versions up to libressl-3.0.0
<mattip> I wonder what cpython3.6.9 uses?
ssbr has joined #pypy
<mattip> any macos users around?
<tos9> mattip: one
<tos9> (who's about to disappear again)
<mattip> can you see what version of libressl cpython 3.6 is using?
<mattip> ssl.OPENSSL_VERSION
<tos9> I don't have a 3.6
<tos9> I have a 3.7 from homebrew
<mattip> ok, what does it say? I guess homebrew is the way most python users get their python, or do they use anaconda?
<tos9> (Which uses the 1.0.2s openssl from homebrew)
<tos9> mattip: Yes, most should probably be using homebrew, though yeah the DS folks will be more likely to use anacondda
<mattip> huh, so not libressl at all
<mattip> maybe pypy should follow the homebrew style
<tos9> pypy3 (from homebrew) seems to use 'LibreSSL 2.6.2'
<tos9> In case you weren't sure about that
<mattip> yeah, which is _really_ old
<tos9> well /usr/bin/python apparently uses LibreSSL 2.2.7
<tos9> so it gets even older I suppose
<tos9> but yeah I guess might be nice to do what cpython on homebrew does
<mattip> I think that is the system one
<mattip> thanks
xcm has quit [Ping timeout: 245 seconds]
<kenaan> rlamy default be2a55c81f26 /pypy/module/array/: Prevent segfault when slicing array with a large step size Note: the segfault is caused by UB in the generated C c...
xcm has joined #pypy
<kenaan> rlamy py3.6 013d6f142414 /: hg merge default
<kenaan> rlamy py3.7 24c3e187ed91 /: hg merge py3.6
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7656 [ronan: force build, py3.7]
forgottenone has quit [Quit: Konversation terminated!]
speeder39_ has quit [Quit: Connection closed for inactivity]
ekaologik has quit [Ping timeout: 258 seconds]
ekaologik has joined #pypy
antocuni has joined #pypy
ekaologik has quit [Read error: Connection reset by peer]
speeder39_ has joined #pypy
<kenaan> rlamy py3.7 84bf78fa6c47 /lib-python/conftest.py: update lib-python/conftest.py
jcea has joined #pypy
alexge50 has quit [Read error: Connection reset by peer]
alexge50 has joined #pypy
<kenaan> rlamy py3.7 e0e7a3c09e30 /lib-python/3/collections/__init__.py: hack to get the ABCs back into collections
<kenaan> rlamy py3.7 f765d10dbfa2 /pypy/objspace/std/: Implement str.isascii
antocuni has quit [Ping timeout: 245 seconds]