Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r63536:f1d04df8dd41
Date: 2013-04-19 15:01 -0700
http://bitbucket.org/pypy/pypy/changeset/f1d04df8dd41/

Log:    get rid of one more translation warning (ignored promote)

diff --git a/pypy/module/cppyy/capi/builtin_capi.py 
b/pypy/module/cppyy/capi/builtin_capi.py
--- a/pypy/module/cppyy/capi/builtin_capi.py
+++ b/pypy/module/cppyy/capi/builtin_capi.py
@@ -284,7 +284,7 @@
     threadsafe=ts_reflect,
     compilation_info=backend.eci,
     elidable_function=True)
[email protected]_promote()
[email protected]_promote('2')
 def c_is_subtype(space, derived, base):
     if derived == base:
         return 1
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to