[pypy-commit] extradoc extradoc: to-do for cpyext

arigo pypy.commits at gmail.com
Sun Oct 8 16:55:16 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
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??


More information about the pypy-commit mailing list