From e75e3530abcdcffa50e3e947ee887093993cde2c Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 29 Mar 2008 11:41:46 -0700 Subject: [PATCH] more comments on control flow --- Cython/Compiler/ControlFlow.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cython/Compiler/ControlFlow.py b/Cython/Compiler/ControlFlow.py index 25e81a56..a1e811e1 100644 --- a/Cython/Compiler/ControlFlow.py +++ b/Cython/Compiler/ControlFlow.py @@ -9,6 +9,9 @@ import bisect # could be done on get_state, clearing the cache on set_state (assuming # incoming is immutable). +# This module still needs a lot of work, and probably should totally be +# redesigned. It doesn't take return, raise, continue, or break into +# account. class ControlFlow: -- 2.26.2