diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/compile.c | 5 |
1 files changed, 1 insertions, 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 |