CodeContext is used throughout IronPython. But since I moved to IronPython RC1 I cannot get hold of one.
Has anyone used IronPython RC1 and managed to use
ClrModule.AddReferenceByName(...)
or
PythonType.__getattribute__(...)
Both of them take a CodeContext and hence I can no longer use them.