﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
404	Use tmpl_context, not threading.local(), for request-local state	andersk		Pony tries to use `threading.local()` to store request-local state, which is really fragile and leads to [bad bugs](http://scripts.mit.edu/gitweb/scripts-pony.git/commitdiff/72eac3046136e2c235bcd90441c0405ba7cb31c4).  We should use something that was designed for this purpose, like Pylons’ `tmpl_context`.	defect	new	normal		pony			
