I just noticed that the stackless module has a an attribute "stackless" that points to itself. This is highly irregular. I noticed this because some of the tests in stackless/test do from stackless import * and then proceed to do stuff such as r = stackless.channel()
I'd like to remove this module self reference if no one objects. K
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
