Michael wrote:
> I'm writing a decorator that I never want to be nested. Following from the
> answer on my StackOverflow question
> (http://stackoverflow.com/a/16905779/106244), I've adapted it to the
> following.
>
> Can anyone spot any issues with this? It'll be run in a multi-threaded
> enviro
I'm writing a decorator that I never want to be nested. Following from the
answer on my StackOverflow question
(http://stackoverflow.com/a/16905779/106244), I've adapted it to the following.
Can anyone spot any issues with this? It'll be run in a multi-threaded
environment serving Django reques