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
lritter has quit [Quit: Leaving]
jcea has quit [Quit: jcea]
dddddd has quit [Remote host closed the connection]
marself has quit [Ping timeout: 264 seconds]
marself has joined #pypy
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bbot2 has quit [Ping timeout: 260 seconds]
bbot2 has joined #pypy
dstufft has quit [Excess Flood]
dstufft has joined #pypy
energizer has quit [Ping timeout: 245 seconds]
dfee has joined #pypy
dfee has quit [Ping timeout: 260 seconds]
tsutsumi2 has joined #pypy
tsutsumi2 has quit [Ping timeout: 245 seconds]
TheAdversary has quit [Read error: Connection reset by peer]
Hasimir has quit [Read error: Connection reset by peer]
TheAdversary has joined #pypy
__peke__ has quit [Excess Flood]
Garen has quit [Read error: Connection reset by peer]
<tsutsumi> cfbolz: I've updated the test_codecs fix PR for python3.6. I'd like to tackle the comp.h issue next, but I'd prefer to get one PR merged before I move onto the next. Can you (or anyone in the channel) help me get this PR reviewed / approved?
Garen has joined #pypy
__peke__ has joined #pypy
<cfbolz> tsutsumi: fijal would be a good person. Otherwise I might take a look
mcyprian has joined #pypy
mcyprian has quit [Client Quit]
R3d_Sky has joined #pypy
R3d_Sky has quit [Client Quit]
dddddd has joined #pypy
marr has joined #pypy
oberstet has joined #pypy
lazka has joined #pypy
lazka has left #pypy ["Leaving"]
lweber1 has quit [Quit: WeeChat 2.0.1]
dddddd has quit [Remote host closed the connection]
marr has quit [Ping timeout: 264 seconds]
exarkun has quit [Read error: Connection reset by peer]
exarkun has joined #pypy
<kenaan> cfbolz py3.6 a26f84e38118 /pypy/interpreter/pyparser/test/test_pyparse.py: fix raises
<kenaan> cfbolz py3.6 807d5baaba0b /pypy/interpreter/pyparser/test/test_pyparse.py: merge
lritter has joined #pypy
<kenaan> arigo default 24dc51e3f099 /pypy/interpreter/test/test_reverse_debugging.py: Fix test_reverse_debugging
<kenaan> arigo default e6a28f470244 /rpython/translator/c/src/: Translation fix on Windows (for "inline" in signals.h)
Guest59897 has joined #pypy
Guest59897 is now known as arigo
arigo is now known as arigato
dddddd has joined #pypy
user24 has joined #pypy
bbot2 has quit [Ping timeout: 252 seconds]
bbot2 has joined #pypy
rubdos_ is now known as rubdos
user24 has quit [Quit: Leaving]
<kenaan> cfbolz py3.6 44c25f062a8c /pypy/objspace/std/: support for underscores in float and complex literals. tests and approach taken from CPython
<kenaan> cfbolz py3.6 cbea6ffdd672 /pypy/objspace/std/test/test_typeobject.py: calling subtypes of type with one arg is not supported any more
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3966 [Carl Friedrich Bolz-Tereick: force build, py3.6]
fofalee has joined #pypy
<fofalee> hello
<fofalee> how do I use pypy to convert to C code
<fofalee> is anyone here??
<fofalee> I use pypy, but how do I get C
<fofalee> the arch wiki says "PyPy also can be used to compile RPython programs to C code. " --https://wiki.archlinux.org/index.php/PyPy
<fofalee> I read the pypy --help , and it said go to irc #pypy, so I came here
<leshaste> fofalee, hi.. it doesn't work like that
<leshaste> fofalee, do you know what a JIT compiler is?
<leshaste> fofalee, if you want to compile to C then cython is probably your best option
<leshaste> fofalee, hmm.. actually have you written code in rpython? Let's start there :)
<fofalee> I know
<fofalee> rpython is amlost python
<fofalee> almost
<leshaste> is that a no?
<leshaste> sorry what was "I know" in reply to exactly?
<ronny> fofalee: whats your actual goal here
<ronny> just to avoid the X-Y-Problem
fofalee has left #pypy [#pypy]
<leshaste> ronny, (s)he is discussing it over at #python it seems
<leshaste> ronny, the sentence does seem pretty misleading
<leshaste> as it implies pypy can give C as an output
<ronny> oh, i see - i kind of left #python and ^^
<leshaste> the sentence at https://wiki.archlinux.org/index.php/PyPy I mean
<leshaste> that says "PyPy also can be used to compile RPython programs to C code. "
Guest20026 has quit [Quit: Bye]
tos9 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-app-level-linux-x86-64/builds/3966 [Carl Friedrich Bolz-Tereick: force build, py3.6]
inhahe has joined #pypy
inhahe_ has quit [Ping timeout: 245 seconds]
<arigato> I think we should answer this kind of question by stressing out that RPython is not really "almost" like Python, but is really only suitable to write interpreters or similar stuff
tbodt has joined #pypy
bbot2 has quit [Ping timeout: 260 seconds]
bbot2 has joined #pypy
<cfbolz> arigato: there's an FAQ like that, iirc
dddddd has quit [Remote host closed the connection]
<leshaste> arigato, there are codegolf.se answers written in RPython :)
<cfbolz> codegolf is not exactly the real world though
oberstet has quit [Ping timeout: 245 seconds]
jcea has joined #pypy
redj has quit [Ping timeout: 276 seconds]
energizer has joined #pypy
redj has joined #pypy
<leshaste> cfbolz, definitely true!
<leshaste> cfbolz, I am just intrigued who primo is if he/she isn't a pypy dev
<cfbolz> don't know anybody who would fit the nick primo
dddddd has joined #pypy
<tsutsumi> hello, what's the easiest way to run tests under pypy/module?
<tsutsumi> I tried using pytest.py with my build interpreter, and I get a cStringIO import error
<tsutsumi> ./pypy/goal/pypy3-c pytest.py ./pypy/module/_codecs/test/test_codecs.py
<arigato> tsutsumi: use Python 2 to run the tests, not Python 3 (or PyPy3)
marr has joined #pypy
kipras is now known as kipras`away
<arigato> or you can run the tests with your translated pypy3 interpreter (or with cpython3 to compare), by saying "py.test --python=pypy3 -A file..."
<arigato> (but that's not the most usual way to run the tests)
kipras`away is now known as kipras
jacob22_ has joined #pypy
jacob22__ has quit [Ping timeout: 252 seconds]
tbodt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SunDwarf has quit [Read error: Connection reset by peer]
SunDwarf has joined #pypy
TheAdversary has quit [Ping timeout: 260 seconds]
bbot2 has quit [Ping timeout: 248 seconds]
dfee1 has joined #pypy
bbot2 has joined #pypy
dfee1 has quit [Ping timeout: 260 seconds]
oberstet has joined #pypy
kipras is now known as kipras`away
tazle has quit [Ping timeout: 240 seconds]
tazle has joined #pypy
dfee1 has joined #pypy
oberstet has quit [Ping timeout: 252 seconds]
bbot2 has quit [Ping timeout: 248 seconds]
bbot2 has joined #pypy