Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r71125:858c48e2bc4d
Date: 2014-04-30 23:51 -0700
http://bitbucket.org/pypy/pypy/changeset/858c48e2bc4d/
Log: fix translator error
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
@@ -498,8 +498,8 @@
collection of (possibly) overloaded methods or functions. It calls these
in order and deals with error handling and reporting."""
- _attrs_ = ['space', 'functions']
- _immutable_fields_ = ['functions[*]']
+ _attrs_ = ['space', 'scope', 'functions']
+ _immutable_fields_ = ['scope', 'functions[*]']
def __init__(self, space, declaring_scope, functions):
self.space = space
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit