bdk <[email protected]> added the comment: tested with latest nightly. sometimes works, sometimes gives
Python 2.7.3 (3b06320cf630, Feb 09 2013, 05:01:16) [PyPy 2.0.0-beta1 with GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``finally, mercurial migration is happening!'' >>>> def f(): f() >>>> for i in range(10000): .... try: f() .... except RuntimeError: pass .... cannot find gc roots! Aborted ---------- nosy: +bdk ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue678> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
