[pypy-svn] r47171 - pypy/dist/pypy/doc
cfbolz at codespeak.net
cfbolz at codespeak.net
Thu Oct 4 23:07:28 CEST 2007
Author: cfbolz
Date: Thu Oct 4 23:07:26 2007
New Revision: 47171
Modified:
pypy/dist/pypy/doc/cleanup-todo.txt
Log:
remove rsdl and rcairo since they are not really based on rctypes. Add cleanup
of genrffi as a task.
Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt (original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt Thu Oct 4 23:07:26 2007
@@ -23,6 +23,7 @@
timeshifter)
- unicode strings in RPython
- finish rctypes removal
+ - move genrffi to not use rctypes stuff any more
- think about approaches to id, especially concerning boehm, where the id will
keep the object alive and concerning a moving GC
@@ -41,7 +42,5 @@
- mmap
- readline
- signal
- - rsdl
- - rcairo
- rewrite or kill the extcompiler
More information about the Pypy-commit
mailing list