[pypy-commit] extradoc extradoc: more to-do items

arigo pypy.commits at gmail.com
Thu Oct 12 07:10:23 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5841:d93bb9e6a71f
Date: 2017-10-12 13:10 +0200
http://bitbucket.org/pypy/extradoc/changeset/d93bb9e6a71f/

Log:	more to-do items

diff --git a/planning/cpyext.txt b/planning/cpyext.txt
--- a/planning/cpyext.txt
+++ b/planning/cpyext.txt
@@ -16,4 +16,11 @@
   hypotetical W_CPyObject) which contains a PyObject* field, so that doing the
   w_* -> py_* lookup is just a getfield (there is alreadt support for this in
   rawrefcount.create_link_pyobj)
-  
+
+- make sure that we run all tests with -A, too
+
+- make PyTypeObject be a pointer, like all other PyXxxObject
+
+- as_pyobj() should be a context manager which calls
+  keepalive_until_here()
+


More information about the pypy-commit mailing list