Author: Antonio Cuni <[email protected]>
Branch: hpy
Changeset: r98537:8c554d272b6a
Date: 2020-01-14 23:36 +0000
http://bitbucket.org/pypy/pypy/changeset/8c554d272b6a/
Log: fix translation
diff --git a/pypy/module/hpy_universal/interp_cpy_compat.py
b/pypy/module/hpy_universal/interp_cpy_compat.py
--- a/pypy/module/hpy_universal/interp_cpy_compat.py
+++ b/pypy/module/hpy_universal/interp_cpy_compat.py
@@ -71,7 +71,6 @@
@rgc.must_be_light_finalizer
def __del__(self):
lltype.free(self.pymethods, flavor='raw')
- self.pymethods = None
def repr(self):
return self.space.newtext("<CpyStaticData>")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit