Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r67022:ba7094becd52
Date: 2013-09-19 22:55 -0700
http://bitbucket.org/pypy/pypy/changeset/ba7094becd52/
Log: fix rtyper warning
diff --git a/pypy/module/cppyy/interp_cppyy.py
b/pypy/module/cppyy/interp_cppyy.py
--- a/pypy/module/cppyy/interp_cppyy.py
+++ b/pypy/module/cppyy/interp_cppyy.py
@@ -43,6 +43,7 @@
self.cpptemplate_cache = {}
self.cppclass_registry = {}
self.w_clgen_callback = None
+ self.w_fngen_callback = None
@unwrap_spec(name=str)
def resolve_name(space, name):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit