Hi, I don't know if this is the proper list to ask this question.
I am trying to add a dictionary to W_Root. The reason for this is that I want all interpreter objects to contain this dictionary. This is for a research project to implement some form of information flow control in PyPy. Right now, I know W_Root has no __init__ function, and when I try to add one. I run into all sorts of problems because TypeDef calls W_Root.__new__ with some parameters, but "new" function seems to be called nowhere else. Any thoughts on this would be helpful. Thanks, Frank
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev