From 3a5468efb08335bff7b2135753cb9a5a9ddce0ac Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 2 Mar 2006 04:06:10 +0000 Subject: Update known issues to reflect reality --- Python/compile.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Python/compile.c b/Python/compile.c index b8fd3d5..45fc369 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -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 -- cgit v0.12