From 3d6d96877cb187b56df0b007f90d3e6243cf5c38 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 10 Jul 2012 20:30:20 +0200 Subject: [PATCH] doc section on known problems with PyPy --- docs/src/tutorial/pypy.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/tutorial/pypy.rst b/docs/src/tutorial/pypy.rst index 3311eb0..f418584 100644 --- a/docs/src/tutorial/pypy.rst +++ b/docs/src/tutorial/pypy.rst @@ -112,6 +112,15 @@ doing. And if you find a better way of doing something in PyPy and cpyext than Cython currently does, it's best to fix Cython for everyone's benefit. +Known problems +--------------- + +* As of PyPy 1.9, subtyping builtin types can result in infinite recursion + on method calls. + +* Docstrings of special methods are not properly propagated to Python space. + + Bugs and crashes ----------------- -- 2.7.4