Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5842:111393a517be Date: 2017-10-14 19:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/111393a517be/
Log: write down these to-do items diff --git a/planning/cpyext.txt b/planning/cpyext.txt --- a/planning/cpyext.txt +++ b/planning/cpyext.txt @@ -24,3 +24,8 @@ - as_pyobj() should be a context manager which calls keepalive_until_here() +- tupleobject.c: PyErr_BadInternalCall() and PyErr_NoMemory() + cannot be called from PyTuple_New() right now, think again + +- methodobject.py: be ready for make_ref() to fail, and free the + partially-contructed tuple (same logic as tuple_attach) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
