Author: Armin Rigo <[email protected]> Branch: Changeset: r86262:819f6943562d Date: 2016-08-18 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/819f6943562d/
Log: Link to the great issue #2363 in the faq entry. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -356,6 +356,11 @@ that a C-level traceback is usually of no help at all in PyPy. Debugging PyPy can be annoying. +`This is a clear and useful bug report.`__ (Admittedly, sometimes +the problem is really hard to reproduce, but please try to.) + +.. __: https://bitbucket.org/pypy/pypy/issues/2363/segfault-in-gc-pinned-object-in + In more details: * First, please give the exact PyPy version, and the OS. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
