more comments on control flow
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 29 Mar 2008 18:41:46 +0000 (11:41 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 29 Mar 2008 18:41:46 +0000 (11:41 -0700)
Cython/Compiler/ControlFlow.py

index 25e81a56a0976dc346259738e7ba4e1186acf1e1..a1e811e16bdb0a3d88479241fcfac623a8a25076 100644 (file)
@@ -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: