>
>> And now the question is: how do I debug into PyPy? From the nightly build,
>> I don't get any debugging symbols in gdb, just a useless list of call
>> addresses (running the ref-counting related "arg_incref" test here):
>>
>> """
>> #0 0x0000000000ef93ef in ?? ()
>> #1 0x0000000000fca0cb in PyDict_Next ()
>>
>
> This one I know:
> It's a bug in our implementation of PyDict_Next() that I fixed
> today with 568fc4237bf8:
>
http://mail.python.org/pipermail/pypy-commit/2012-February/059826.html
Cool, thanks! We'll see the result on the next run then.