Re: [pypy-dev] Crashes with rffi

2014-11-13 Thread Armin Rigo
Hi Timothy, I did a git checkout of the branch async-io-file; then cd pixie/pixie/vm/libs/test; then touch README.md (unsure how you're supposed to run from the top directory); then: PYTHONPATH=~/git/pixie:~/pypysrc python -m unittest test_uv_file It seems to work for me (Ran 2 tests in xx

[pypy-dev] Tracing recursion

2014-11-13 Thread Laurence Tratt
[Summary: the recursion_and_inlining branch stops us tracing arbitrarily deep in recursive functions. Comments welcome. If we think this is a good idea, we have to decide if/how many levels deep we unroll before stopping tracing. My current thinking is that 7 levels looks about right, though this