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
agronholm has quit [Ping timeout: 250 seconds]
oberstet has quit [Remote host closed the connection]
riddle has quit [Ping timeout: 250 seconds]
agronholm has joined #pypy
antocuni has quit [Ping timeout: 250 seconds]
riddle has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
<kenaan> rlamy py3.5 eb0bd5f16264 /: Avoid importing from the stdlib at translation time. Makes dict_items, dict_keys, and dict_values instantiable and s...
jcea has quit [Quit: jcea]
kipras has quit [Read error: Connection reset by peer]
wleslie has quit [Quit: ~~~ Crash in JIT!]
dddddd has quit [Remote host closed the connection]
PileOfDirt has quit [Remote host closed the connection]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Quit: WeeChat 2.3]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 245 seconds]
oberstet has joined #pypy
Ai9zO5AP has joined #pypy
<njs> it looks like it's been almost a year since the last cffi release, and there are a whole bunch of bugfix commits since then?
<njs> (this message brought to you by my checking to see if I could use https://bitbucket.org/cffi/cffi/issues/395/ yet)
xcm has quit [Remote host closed the connection]
Ai9zO5AP has quit [Ping timeout: 268 seconds]
xcm has joined #pypy
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 245 seconds]
Ai9zO5AP has joined #pypy
Zaab1t has joined #pypy
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 250 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 240 seconds]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4367 [Yury V. Zaytsev: force build, py3.5]
Ai9zO5AP has joined #pypy
Zaabtop has joined #pypy
Zaab1t has quit [Ping timeout: 268 seconds]
Zaabtop is now known as Zaab1t
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 245 seconds]
Zaab1t has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
<zaytsev> mattip: i have a new theory :( as i said, when i'm running the thing from the command line it works but the backtrace comes from pypy source code: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4367/steps/shell_3/logs/stdio
<zaytsev> it doesn't come from the old pypy 5 that is used for translation or new cpython 2.7 which is used to run this script
<zaytsev> so it really feels like there is something fishy about your build\lib-python\3\distutils\msvc9compiler.py code
Zaab1t has joined #pypy
jcea has joined #pypy
antocuni has joined #pypy
dddddd has joined #pypy
nunatak has joined #pypy
nunatak has quit [Quit: Leaving]
Ai9zO5AP has joined #pypy
carljm has quit [Quit: leaving]
antocuni has quit [Ping timeout: 245 seconds]
oberstet_ has joined #pypy
oberstet has quit [Read error: Connection reset by peer]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4367 [Yury V. Zaytsev: force build, py3.5]
Ai9zO5AP has quit [Ping timeout: 272 seconds]
<mattip> zaytsev: that code is from the python stdlib, so something is wrong with the translated pypy
<mattip> try running the own tests, maybe there are faults with the winreg or some other windows-specific part
<zaytsev> mattip: maybe python 3 stdlib is wrong :) python 2 stdlib code works
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 250 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 268 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 268 seconds]
dddddd has quit [Remote host closed the connection]
PileOfDirt has joined #pypy
Ai9zO5AP has joined #pypy
dustinm has quit [Quit: Leaving]
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Zaab1t has quit [Quit: bye bye friends]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Client Quit]
lritter has quit [Ping timeout: 240 seconds]
<mattip> zaytsev: it works on the other build slave. I don't think the problem is the python stdlib
<mattip> zaytsev: can you replicate the cffi_build step in a debugger and see why it is failing?
dustinm has joined #pypy
<kenaan> rlamy py3.5 4674aa2581e3 /: Fix reversed() on OrderedDict views
<kenaan> rlamy py3.5 ab129900b464 /: Disable tests requiring dict view classes to not be callable, see eb0bd5f16264
<ronan> ^^^ not sure that's the best approach, but the previous solution wasn't fully compatible either
oberstet_ has quit [Quit: Leaving]
<kenaan> rlamy py3.5 bb4e8dfe6ac8 /pypy/: Get open() from builtin module _io, instead of stdlib io
dddddd has joined #pypy