]> granicus.if.org Git - python/commitdiff
Update known issues to reflect reality
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 2 Mar 2006 04:06:10 +0000 (04:06 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 2 Mar 2006 04:06:10 +0000 (04:06 +0000)
Python/compile.c

index b8fd3d5f722589c15e5feae7fcfe90b530069cd1..45fc3698492f05c93453807b04c1aa995faa3faf 100644 (file)
@@ -35,14 +35,11 @@ int Py_OptimizeFlag = 0;
 /*
   ISSUES:
 
-  character encodings aren't handled
-
-  ref leaks in interpreter when press return on empty line
-
   opcode_stack_effect() function should be reviewed since stack depth bugs
   could be really hard to find later.
 
   Dead code is being generated (i.e. after unconditional jumps).
+    XXX(nnorwitz): not sure this is still true
 */
 
 #define DEFAULT_BLOCK_SIZE 16