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
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
darkman66 has quit [Ping timeout: 268 seconds]
Garen_ has joined #pypy
Garen has quit [Ping timeout: 250 seconds]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 250 seconds]
njs` is now known as njs
_whitelogger has joined #pypy
lritter has quit [Ping timeout: 268 seconds]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 250 seconds]
_whitelogger has joined #pypy
dddddd has quit [Remote host closed the connection]
darkman66 has joined #pypy
_whitelogger has joined #pypy
darkman66 has quit [Ping timeout: 250 seconds]
_whitelogger has joined #pypy
darkman66 has joined #pypy
oberstet has joined #pypy
PileOfDirt has quit [Ping timeout: 268 seconds]
darkman66 has quit [Ping timeout: 258 seconds]
darkman66 has joined #pypy
darkman66 has quit [Ping timeout: 268 seconds]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
rtw_ has joined #pypy
dddddd has joined #pypy
rtw_ has quit [Client Quit]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
Zaab1t has joined #pypy
tsaka__ has quit [Ping timeout: 245 seconds]
tsaka__ has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
antocuni has joined #pypy
dddddd has quit [Remote host closed the connection]
94KAAB7SI has quit [Remote host closed the connection]
marvin has joined #pypy
antocuni has quit [Ping timeout: 268 seconds]
marvin has quit [Remote host closed the connection]
marvin has joined #pypy
marvin has quit [Remote host closed the connection]
marvin_ has joined #pypy
marvin_ has quit [Remote host closed the connection]
marvin_ has joined #pypy
marvin_ has quit [Remote host closed the connection]
marvin has joined #pypy
marvin has quit [Remote host closed the connection]
marvin_ has joined #pypy
lritter has joined #pypy
alawrence has quit [Ping timeout: 256 seconds]
alawrence has joined #pypy
rtw_ has joined #pypy
rtw_ has quit [Client Quit]
rtw_ has joined #pypy
rtw_ has left #pypy [#pypy]
<kenaan> andrewjlawrence winoverlapped afa98536e149 /lib_pypy/: Replaced calls to _WinError with SetFromWindowsErr
<alawrence> mattip: I am a bit confused by what is happening in test_asyncio\test_subprocess.py on the winoverlapped branch. It seems to intermittently hang on some tests. I suspect GetQueuedCompletionStatus is incorrectly being called with an infinite timeout in certain instances. Have you seen this issue before?
dddddd has joined #pypy
tsaka__ has quit [Ping timeout: 246 seconds]
<Zaab1t> I get a FlowingError from RPython. Example: https://termbin.com/aleg
<simpson> Zaab1t: FWIW the traceback is useful for figuring out what went wrong, especially when your program becomes multi-module and requires several minutes to build/debug. I think that, in this case, the problem is using re instead of sre: https://rpython.readthedocs.io/en/latest/rlib.html#rsre
jcea has joined #pypy
jcea has quit [Remote host closed the connection]
<petronny> I've tested a243e4e0b21c too, it do fixes the problem.
jcea has joined #pypy
<kenaan> rlamy jit-cleanup 690f56c5e4e9 /rpython/jit/: Move cls_of_box() to cpu and kill rpython.jit.metainterp.typesystem
<bbot2_> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6379 [Ronan: force build, jit-cleanup]
<bbot2_> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5155 [Ronan: force build, jit-cleanup]
<bbot2_> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/170 [Ronan: force build, jit-cleanup]
<bbot2_> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6133 [Ronan: force build, jit-cleanup]
<bbot2_> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7402 [Ronan: force build, jit-cleanup]
<bbot2_> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/166 [Ronan: force build, jit-cleanup]
<bbot2_> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5155 [Ronan: force build, jit-cleanup]
<bbot2_> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/6133 [Ronan: force build, jit-cleanup]
<bbot2_> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6379 [Ronan: force build, jit-cleanup]
oberstet has quit [Remote host closed the connection]
<bbot2_> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/166 [Ronan: force build, jit-cleanup]
darkman66 has joined #pypy
darkman66 has quit [Remote host closed the connection]
<bbot2_> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7402 [Ronan: force build, jit-cleanup]
jcea has quit [Quit: jcea]
<Zaab1t> first time using rpython and im trying to make a simple lisp. How can I make a dynamic type?
<Zaab1t> or rather; I have a parse_atom function that right now returns an int if its a valid integer, otherwise a string, but that doesn't sit well with the static typing
<simpson> You'll likely want to make an RPython class for all boxed objects, and then subclass it twice for ints and strs.
<Zaab1t> simpson: thanks
<bbot2_> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/170 [Ronan: force build, jit-cleanup]
froztbyte has quit [Remote host closed the connection]
tsaka__ has joined #pypy
alawrence has quit [Quit: Page closed]
froztbyte has joined #pypy
_whitelogger has joined #pypy
PileOfDirt has joined #pypy
<kenaan> rlamy jit-cleanup 8125e097bcdb /rpython/jit/: fix translation and tests
moei has joined #pypy
Zaab1t has quit [Ping timeout: 264 seconds]
demonimin has joined #pypy
demonimin has quit [Ping timeout: 246 seconds]
Taggnostr has quit [Ping timeout: 264 seconds]
Taggnostr has joined #pypy
_whitelogger has joined #pypy
demonimin has joined #pypy
demonimin has quit [Ping timeout: 250 seconds]
<kenaan> rlamy jit-cleanup e0a3d70a60f7 /pypy/module/pypyjit/test/test_jit_hook.py: fix import from deleted file
jacob22 has joined #pypy
jacob22_ has quit [Read error: Connection reset by peer]