Please file an issue on github with reproducible code sample and also what
you expect for PyScope. From a quick glance I do not see any issue with
using the globals across scopes, see examples from @yagweb in his pull
request and in the tests. You can define globals outside of scope.
The NUnit t
Hi Denis,
I've had to stop development for now because PyScope global variables don't
seem to be working in similar fashion to IronPython. I want a global variable
assigned at start-up with PyScope.Set(name,value), where value is most likely a
.NET object, to be available later on in any module