What is the point of StackedObjectProxy for real globals, such as g
and config? i.e. pylons.wsgiapp has this (simplified) statement
sequence:
# in __init__
self.config = pylons.config._current_obj()
# in __call__
registry.register(pylons.config, self.config)
The result is a stack of references to exactly the same object!?
a.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---