From 75aa412d1dadda6c955e094e91380c7ae70695fb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 7 Sep 2010 20:48:54 +0000 Subject: - Prevent a race condition which could result in a ``RuntimeError`` when rendering a Chameleon template that has not already been rendered once. This would usually occur directly after a restart, when more than one person or thread is trying to execute the same view at the same time: https://bugs.launchpad.net/karl3/+bug/621364 --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index ccc766637..4e2e54dcf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,12 @@ Bug Fixes - Fix another bug in ``repoze.bfg.static_url`` URL generation: too many slashes in generated URL. +- Prevent a race condition which could result in a ``RuntimeError`` + when rendering a Chameleon template that has not already been + rendered once. This would usually occur directly after a restart, + when more than one person or thread is trying to execute the same + view at the same time: https://bugs.launchpad.net/karl3/+bug/621364 + Internal -------- -- cgit v1.2.3