Author: Ronan Lamy <[email protected]>
Branch: release-5.x
Changeset: r83998:b0a649e90b66
Date: 2016-04-24 05:08 +0100
http://bitbucket.org/pypy/pypy/changeset/b0a649e90b66/
Log: GC headers don't need to be in the database (grafted from
b05e778c895c)
diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py
--- a/rpython/translator/c/node.py
+++ b/rpython/translator/c/node.py
@@ -547,7 +547,6 @@
gct = self.db.gctransformer
if gct is not None:
self.gc_init = gct.gcheader_initdata(self.obj)
- db.getcontainernode(self.gc_init)
else:
self.gc_init = None
@@ -678,7 +677,6 @@
gct = self.db.gctransformer
if gct is not None:
self.gc_init = gct.gcheader_initdata(self.obj)
- db.getcontainernode(self.gc_init)
else:
self.gc_init = None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit