﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7116	Optimize RequestContext construction	Bastian Kleineidam <calvin@…>	nobody	"The current {{{RequestContext}}} constructor pushes a new context variable
onto the stack for each template processor result. This is not
necessary. This patch just updates the top dict entry of the
current context instead of pushing a new one onto the context dict stack.

This ''might'' break some apps that pop() template processor contexts after
they have been added, but that would be using an undocumented feature, and its
a bad idea: why add the contexts in the first place if they get removed afterwards.
"	Cleanup/optimization	closed	Template system	dev	Normal	fixed		lrekucki@… FunkyBob	Accepted	1	0	1	1	0	0
