cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
user24 has quit [Remote host closed the connection]
gclawes has quit [Remote host closed the connection]
gclawes has joined #pypy
lritter has quit [Quit: Leaving]
antocuni_ has quit [Ping timeout: 260 seconds]
Hasimir has joined #pypy
Hasimir has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 248 seconds]
jcea has quit [Quit: jcea]
mattip_ has joined #pypy
TheAdversary has joined #pypy
TheAdversary has quit [Ping timeout: 252 seconds]
TheAdversary has joined #pypy
TheAdversary has quit [Ping timeout: 252 seconds]
dddddd has quit [Remote host closed the connection]
TheAdversary has joined #pypy
Hasimir has joined #pypy
dfee has joined #pypy
Hasimir has quit [Ping timeout: 240 seconds]
TheAdversary has quit [Ping timeout: 248 seconds]
dfee has quit [Ping timeout: 260 seconds]
TheAdversary has joined #pypy
TheAdversary has quit [Ping timeout: 252 seconds]
TheAdversary has joined #pypy
Hasimir has joined #pypy
Hasimir has quit [Ping timeout: 240 seconds]
TheAdversary has quit [Ping timeout: 260 seconds]
jamesaxl has quit [Quit: WeeChat 2.1]
Garen_ has joined #pypy
Garen has quit [Ping timeout: 245 seconds]
Hasimir has joined #pypy
TheAdversary has joined #pypy
ceridwen has quit [Quit: Ex-Chat]
ceridwen has joined #pypy
mattip_ has quit [Ping timeout: 252 seconds]
tayfun26 has joined #pypy
mcyprian has joined #pypy
mcyprian has quit [Client Quit]
dfee has joined #pypy
dfee has quit [Ping timeout: 260 seconds]
exarkun has quit [Read error: Connection reset by peer]
antocuni_ has joined #pypy
exarkun has joined #pypy
marr has joined #pypy
mcyprian has joined #pypy
mcyprian has quit [Client Quit]
energizer has quit [Ping timeout: 268 seconds]
mcyprian has joined #pypy
mcyprian has quit [Client Quit]
mcyprian has joined #pypy
lritter has joined #pypy
antocuni_ has quit [Ping timeout: 252 seconds]
dfee has joined #pypy
dfee has quit [Ping timeout: 245 seconds]
jamesaxl has joined #pypy
jacob22__ has quit [Ping timeout: 256 seconds]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
jacob22__ has joined #pypy
inhahe_ has joined #pypy
inhahe__ has quit [Ping timeout: 240 seconds]
<kenaan> cfbolz py3.6 c4057f244c87 /pypy/interpreter/test/test_gateway.py: merge py3.5
dfee has joined #pypy
dfee has quit [Ping timeout: 245 seconds]
antocuni_ has joined #pypy
<RemoteFox> cfbolz: thanks for that rply fix
<cfbolz> np
<kenaan> cfbolz py3.5 7f0060a706fd /pypy/interpreter/test/test_typedef.py: the property name changed
<kenaan> cfbolz py3.6-wordcode f43a1c80ee44 /pypy/tool/dis3.py: py2 fix
<kenaan> cfbolz py3.6-wordcode 8bd5845552f9 /pypy/interpreter/pyframe.py: another place that inspects the bytecode
<kenaan> cfbolz py3.6-wordcode c1abcb494f75 /pypy/: there is yet another piece of disassembling code, for the nowadays rarely used __pytrace__ = True support i...
<kenaan> cfbolz py3.6-wordcode fdaa88d1d204 /: implement the new MAKE_FUNCTION bytecode, that subsumes MAKE_FUNCTION and MAKE_CLOSURE.
<kenaan> cfbolz py3.6-wordcode 761a52b54b30 /pypy/interpreter/: also emit BUILD_CONST_KEY_MAP for regular dicts (the implementation could be faster, but later)
<kenaan> cfbolz py3.6-wordcode 38388e5c10c5 /pypy/interpreter/test/: merge py3.5
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3965 [Carl Friedrich Bolz-Tereick: force build, py3.6-wordcode]
antocuni_ has quit [Ping timeout: 245 seconds]
antocuni_ has joined #pypy
antocuni_ is now known as antocuni
ronan has quit [Ping timeout: 256 seconds]
ronan has joined #pypy
jcea has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3965 [Carl Friedrich Bolz-Tereick: force build, py3.6-wordcode]
Rhy0lite has joined #pypy
<tsutsumi> cfbolz: I have a PR ready for review, it fixes all the test_codecs.py errors in py36: https://bitbucket.org/pypy/pypy/pull-requests/612/fix-test-codecs/diff
<cfbolz> tsutsumi: I fear I am not the right person for it though, not really my area. fijal, ronan?
<fijal> pom pom pom
<fijal> not right now I think
<cfbolz> tsutsumi: ok, will take a brief look in any case
dfee has joined #pypy
<kenaan> cfbolz default b51d40dbb01d /rpython/: try to see whether it's plausible to forbid moving methods up the class hierarchy in rpython
<kenaan> cfbolz default bf0a01ba0389 /pypy/: start adding missing abstract methods
<kenaan> cfbolz default f0f9cfefd069 /: more base methods
<kenaan> cfbolz default 340a8bb00e6c /pypy/module/__pypy__/test/test_special.py: don't fail when there is no JIT
<kenaan> cfbolz default 622b5969fe73 /: merge
<cfbolz> shit
<cfbolz> sorry about that, I shouldn't have pushed that
<antocuni> cfbolz: I was about to ask whether it should be on a branch
<cfbolz> yes, very much ;-)
dfee has quit [Ping timeout: 260 seconds]
<kenaan> antocuni gc-disable e5d3101ab418 /: experimental branch in which you can enable/disable/force major collections from applevel
<kenaan> antocuni gc-disable c892bfb192d6 /rpython/rlib/: introduce the debuglog fixture, so that tests can easily capture the content of debug_{start,stop,print}
<kenaan> antocuni gc-disable 4eb5b98b9eb0 /rpython/rlib/: add debuglog.summary(), useful for tests
<kenaan> antocuni gc-disable 48a6326917c6 /rpython/memory/gc/: WIP: introduce IncrementalMiniMarkGC.{enable,disable}(): when the GC is disabled, it runs only minor collecti...
<kenaan> antocuni gc-disable 5635dcf404cf /rpython/memory/gc/: make sure that gc.collect() works even when the GC is disabled
<kenaan> antocuni gc-disable f7dbfd0f67ea /rpython/: implement the llinterp part of rgc.{enable,disable,isenabled}
<kenaan> antocuni gc-disable a9e0a0777f86 /rpython/: implement the gctransoform and C backend part of rgc.{enable,disable,isenabled}
forgottenone has joined #pypy
<kenaan> cfbolz default eef354dfdba8 /: Backed out changeset f0f9cfefd069
<kenaan> cfbolz default 731e015261b7 /pypy/: Backed out changeset bf0a01ba0389
<kenaan> cfbolz default 1a2536772b0e /rpython/: Backed out changeset b51d40dbb01d
<cfbolz> fixed
stevenja_ has joined #pypy
<kenaan> cfbolz py3.6-wordcode f1df283e28af /pypy/module/_ast/test/test_ast.py: fix test
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
<kenaan> cfbolz py3.6 10f843fed291 /pypy/objspace/std/: better error messages
dddddd has joined #pypy
<kenaan> cfbolz py3.6 1f88315814dc /lib-python/3/test/test_types.py: be less strict about error message
tayfun26 has quit [Remote host closed the connection]
mcyprian has quit [Read error: Connection reset by peer]
<ronan> something broke cffi builds in package.py on default, but I can't find any relevant recent change
<ronan> ah, it's dict.pop() that's broken, apparently
<cfbolz> ouch
<cfbolz> me again, I fear
<cfbolz> ronan: broken how?
ssbr has joined #pypy
<ronan> cfbolz: dict.pop(missing_key, some_value) raises instead of returning some_value
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
mattip_ has joined #pypy
<ronan> mattip: something seems to be wrong with _Py_Dealloc as well, cf. all the cpyext failures in own tests
stevenja_ has quit [Ping timeout: 245 seconds]
<ronan> cfbolz: maybe it only happens for some strategies, I've only seen it for a **kwargs dict
jamesaxl has quit [Read error: Connection reset by peer]
<cfbolz> ronan: empty strategy
stevenja_ has joined #pypy
lazka has joined #pypy
jamesaxl has joined #pypy
forgottenone has quit [Ping timeout: 252 seconds]
mattip_ has quit [Ping timeout: 245 seconds]
user24 has joined #pypy
jamesaxl has quit [Quit: WeeChat 2.1]
marky1991 has joined #pypy
dfee has joined #pypy
dfee has quit [Ping timeout: 245 seconds]
tbodt has quit [Quit: Textual IRC Client: www.textualapp.com]
tbodt has joined #pypy
mattip_ has joined #pypy
lazka has quit [Quit: Leaving]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mattip is now known as Guest89135
mattip_ is now known as mattip
Guest89135 has quit [Killed (moon.freenode.net (Nickname regained by services))]
<kenaan> mattip default c59ecbebf6f8 /pypy/module/cpyext/api.py: missing part of a8f64c4ae1ec
mattip_ has joined #pypy
forgottenone has joined #pypy
jcea has quit [Ping timeout: 245 seconds]
tbodt has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 245 seconds]
dfee has joined #pypy
stevenja_ has joined #pypy
antocuni has quit [Ping timeout: 245 seconds]
energizer has joined #pypy
marky1991 has quit [Ping timeout: 245 seconds]
fbu has joined #pypy
<fbu> hi! how can i install pygame with pypy 6 on windows?
fbu has quit [Quit: Page closed]
fbu has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 252 seconds]
stevenja_ has joined #pypy
glyph has quit [Quit: End of line.]
glyph has joined #pypy
user24 has quit [Quit: Leaving]
glyph has quit [Quit: End of line.]
glyph has joined #pypy
Rhy0lite has quit [Quit: Leaving]
Civil has quit [Remote host closed the connection]
Civil has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
jcea has joined #pypy
marky1991 has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
fbu has quit [Quit: Page closed]
jcea has quit [Ping timeout: 245 seconds]
<kenaan> cfbolz py3.6 8daf0c2b6487 /pypy/module/_io/test/test_fileio.py: failing test that shows the problem of test_compileall.py
<kenaan> cfbolz py3.6 717023d5ef1c /pypy/module/_io/interp_fileio.py: fix by calling fspath
<kenaan> cfbolz py3.6 d8ae94b9e568 /pypy/module/_io/interp_fileio.py: make sure error messages get the original argument
michaelgreene has quit [Quit: Leaving]
tsutsumi_ has joined #pypy
<tsutsumi_> Hi there, does anyone have any hints on next steps for https://bitbucket.org/pypy/pypy/issues/2811/ropensslpy-incorrectly-assumes-presence-of?
<tsutsumi_> Specifically I’m wondering if we need to go through the work of removing references to openssl/comp.h, and how hard that would be
stevenja_ has quit [Remote host closed the connection]
stevenja_ has joined #pypy
stevenja_ has quit [Ping timeout: 260 seconds]
tsutsumi_ has quit [Quit: tsutsumi_]
Civil has quit [Quit: Leaving]
tsutsumi_ has joined #pypy
tsutsumi_ has quit [Client Quit]
Civil has joined #pypy
tsutsumi_ has joined #pypy
forgottenone has quit [Quit: Konversation terminated!]
jcea has joined #pypy
tsutsumi_ has quit [Client Quit]
tsutsumi_ has joined #pypy
tsutsumi_ has quit [Client Quit]
tsutsumi_ has joined #pypy
tsutsumi_ has quit [Client Quit]
tsutsumi_ has joined #pypy
canta has joined #pypy
tsutsumi_ has quit [Client Quit]
antocuni has joined #pypy
marself has quit [Ping timeout: 255 seconds]
tsutsumi_ has joined #pypy
lritter has quit [Quit: Leaving]
wleslie has joined #pypy
tsutsumi_ has quit [Quit: tsutsumi_]
danieljabailey has quit [Ping timeout: 245 seconds]
danieljabailey has joined #pypy
wleslie has quit [Quit: ~~~ Crash in JIT!]
antocuni has quit [Ping timeout: 245 seconds]
energizer has quit [Quit: Leaving]
Arfrever has joined #pypy
marr has quit [Ping timeout: 252 seconds]