Author: Armin Rigo <[email protected]> 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() + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
