[Python-checkins] r42771 - python/trunk/Python/compile.c

neal.norwitz python-checkins at python.org
Thu Mar 2 05:06:28 CET 2006


Author: neal.norwitz
Date: Thu Mar  2 05:06:10 2006
New Revision: 42771

Modified:
   python/trunk/Python/compile.c
Log:
Update known issues to reflect reality

Modified: python/trunk/Python/compile.c
==============================================================================
--- python/trunk/Python/compile.c	(original)
+++ python/trunk/Python/compile.c	Thu Mar  2 05:06:10 2006
@@ -35,14 +35,11 @@
 /*
   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


More information about the Python-checkins mailing list