Commit 3d6d9687 authored by Stefan Behnel's avatar Stefan Behnel

doc section on known problems with PyPy

parent 4446b3a4
...@@ -112,6 +112,15 @@ doing. And if you find a better way of doing something in PyPy and cpyext ...@@ -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. 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 Bugs and crashes
----------------- -----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment