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
energizer has quit [Remote host closed the connection]
energizer has joined #pypy
getxsick has quit [Quit: Reconnecting]
getxsick has joined #pypy
jacob22__ has quit [Ping timeout: 276 seconds]
bdbaddog has joined #pypy
<bdbaddog> Greetings. in cpython we use sysconfig.get_config_var('WITH_THREAD') to detect whether python has threads enabled. Is there something equivalent with pypy? or does pypy always have threading enabled?
iko_ has quit [Ping timeout: 240 seconds]
iko has joined #pypy
marr has quit [Ping timeout: 256 seconds]
getxsick has quit [Read error: Connection reset by peer]
getxsick has joined #pypy
lritter_ has joined #pypy
lritter has quit [Ping timeout: 264 seconds]
getxsick has quit [Ping timeout: 264 seconds]
dddddd has quit [Remote host closed the connection]
bdbaddog has left #pypy [#pypy]
lritter_ has quit [Ping timeout: 240 seconds]
getxsick has joined #pypy
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
getxsick has quit [Ping timeout: 265 seconds]
TheAdversary has quit [Ping timeout: 240 seconds]
TheAdversary has joined #pypy
Hasimir has quit [Ping timeout: 248 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
asmeurer__ has joined #pypy
Hasimir has joined #pypy
asmeurer__ has quit [Client Quit]
gutworth has quit [Quit: Lost terminal]
asmeurer__ has joined #pypy
asmeurer__ has quit [Client Quit]
altendky has quit [Quit: Connection closed for inactivity]
<mattip> cfbolz: dunno if it is relavant, but the crash happens in the app-level parse_string function in the test file attached to the issue
<mattip> that function uses a local `replace` function as a filter, which takes as an argument a local variable env
<mattip> and later calls recursively to parse_string() with a different local variable for env
getxsick has joined #pypy
<mattip> bdbaddog: (for the logs) you can use "import sys; sys.pypy_translation_info['objspace.usemodules.thread']"
getxsick has quit [Ping timeout: 260 seconds]
asmeurer__ has joined #pypy
asmeurer__ has quit [Client Quit]
amaury__ has joined #pypy
<kenaan> mattip default ba9c5b2e6e60 /: improve (?) docs
getxsick has joined #pypy
getxsick has quit [Ping timeout: 240 seconds]
asmeurer__ has joined #pypy
asmeurer__ has quit [Client Quit]
inad922 has joined #pypy
inad922 has quit [Ping timeout: 264 seconds]
marr has joined #pypy
inad922 has joined #pypy
energizer has quit [Ping timeout: 276 seconds]
inad922 has quit [Ping timeout: 240 seconds]
antocuni has joined #pypy
inad922 has joined #pypy
getxsick has joined #pypy
asmeurer__ has joined #pypy
asmeurer__ has quit [Client Quit]
getxsick has quit [Ping timeout: 240 seconds]
antocuni has quit [Ping timeout: 260 seconds]
<arigato> bdbaddog: (for the logs) or more direct and more portable: try: import thread; except ImportError: there is no thread
<mjacob> arigato: we can eat a sandwich, but i can't come before 15:00 or 15:30
asmeurer has joined #pypy
asmeurer has quit [Client Quit]
dddddd has joined #pypy
lazka has joined #pypy
<arigato> mjacob: I've eaten a sandwich already. I'll work a bit there, show up if you want and when you want .-)
<mjacob> arigato: ok great! i need your help finding out whether the aigle station sells interrail tickets (probably it's better if someone fluent in french calls the station ;))
<arigato> Aigle sells the same choice of tickets as any other SBB station, so yes, most likely
<arigato> you can even try in Leysin Feydey
<arigato> (the latter is not always open though)
<mjacob> i love switzerland! :)
<mjacob> feydey is open until 16:50
getxsick has joined #pypy
getxsick has quit [Ping timeout: 265 seconds]
lazka has quit [Ping timeout: 240 seconds]
inad922 has quit [Ping timeout: 264 seconds]
lazka has joined #pypy
inad922 has joined #pypy
lazka has quit [Quit: Leaving]
lritter_ has joined #pypy
dddddd has quit [Ping timeout: 260 seconds]
dddddd has joined #pypy
getxsick has joined #pypy
lazka has joined #pypy
getxsick has quit [Ping timeout: 268 seconds]
drolando has quit [Remote host closed the connection]
drolando has joined #pypy
inad922 has quit [Ping timeout: 264 seconds]
raynold has quit [Quit: Connection closed for inactivity]
lazka has quit [Quit: Leaving]
altendky has joined #pypy
oberstet has joined #pypy
TheAdversary has quit [Ping timeout: 240 seconds]
TheAdversary has joined #pypy
Hasimir has quit [Ping timeout: 248 seconds]
jacob22__ has joined #pypy
jacob22__ has quit [Client Quit]
TheAdversary has quit [Remote host closed the connection]
Hasimir has joined #pypy
TheAdversary has joined #pypy
getxsick has joined #pypy
getxsick has quit [Ping timeout: 276 seconds]
asmeurer__ has joined #pypy
jacob22__ has joined #pypy
jacob22__ is now known as jacob22
Hasimir has quit [Ping timeout: 248 seconds]
TheAdversary has quit [Disconnected by services]
TheAdversary has joined #pypy
Hasimir has joined #pypy
energizer has joined #pypy
danieljabailey has quit [Read error: Connection reset by peer]
asmeurer__ has quit [Quit: asmeurer__]
lritter_ has quit [Remote host closed the connection]
lazka has joined #pypy
getxsick has joined #pypy
getxsick has quit [Ping timeout: 240 seconds]
nunatak has joined #pypy
jamesaxl has quit [Read error: Connection reset by peer]
amaury__ is now known as amaury
jamesaxl has joined #pypy
lazka has quit [Quit: Leaving]
nunatak has quit [Quit: Leaving]
getxsick has joined #pypy
getxsick has quit [Ping timeout: 276 seconds]
inad922 has joined #pypy
inad922 has quit [Ping timeout: 256 seconds]
getxsick has joined #pypy
getxsick has quit [Ping timeout: 260 seconds]
inad922 has joined #pypy
raynold has joined #pypy
jamesaxl has quit [Quit: WeeChat 2.0.1]
energizer has quit [Disconnected by services]
energizer has joined #pypy
<LooCfur> what's the fastest container type to find a value in?
<simpson> LooCfur: In RPython or in PyPy?
<LooCfur> either,both?
<simpson> It's generally the same as in standard Python either way. What are you building?
getxsick has joined #pypy
getxsick has quit [Ping timeout: 240 seconds]
inad922 has quit [Ping timeout: 260 seconds]
danieljabailey has joined #pypy
asmeurer has joined #pypy
pf_moore has quit [Quit: Connection closed for inactivity]
tbodt has joined #pypy