On 10/24/13 3:19 PM, lars van Gemerden wrote:
Did some digging in the call stack: ...
Where is reduce function for module objects defined? It's returning a dict with an __import__ key value defined, even though __import__ is in builtins rather than the module dict. What I'd like the reduce function to do is return a dict without __import__.
Thanks, John _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
