[Web-SIG] Alternative to threading.local, based on the stack
Phillip J. Eby
pje at telecommunity.com
Tue Jul 8 03:11:59 CEST 2008
At 02:12 PM 7/7/2008 -0700, Donovan Preston wrote:
>It seems to me that what is really needed here is an extension of wsgi
>that specifies how to get, set, and list request local storage, and
>for people to use that instead of the threadlocal module.
I don't follow why you wouldn't just put that in the environ. (If
you need it to be carried back from the application, use mutable
objects in the environ.)
More information about the Web-SIG
mailing list