Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5836:5d964bc7add5 Date: 2017-10-08 22:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/5d964bc7add5/
Log: to-do for cpyext diff --git a/planning/cpyext.txt b/planning/cpyext.txt new file mode 100644 --- /dev/null +++ b/planning/cpyext.txt @@ -0,0 +1,10 @@ + + +- BaseCpyTypedescr.allocate() calls + lltype.malloc(add_memory_pressure=True). We should reduce the memory + pressure in case a DECREF() frees the object before it becomes + attached to a W_Root object. + + +- make_typedescr() for the type object (typeobject.py) should pass + basestruct=PyHeapTypeObject?? _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
