Amaury Forgeot d'Arc, 18.02.2012 21:20: > 2012/2/18 Stefan Behnel > >> 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. Sounds like Cython's test suite could prove to be a rather good test harness for PyPy as well. Stefan _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev