Skip to content
Snippets Groups Projects
Commit 617ca383 authored by Armin Rigo's avatar Armin Rigo
Browse files

Document modules where we don't have an RPython version at all.

parent 90111475
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,11 @@
might be worthwhile to consider rewriting it as a pure Python version,
using something like ``ctypes``.
* **Missing RPython modules**: A few modules of the standard library
(like ``csv`` and ``cPickle``) are in C in CPython, but in pure Python
in PyPy. Sometimes the JIT is able to do a relatively good job, and
sometimes not. In any case it is still slower in PyPy than in CPython.
We generally consider things that are slower on PyPy than CPython bugs
of PyPy. In case you find some issue that is not documented here,
please report it to our `bug tracker`_ for investigation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment