Update known issues to reflect reality

This commit is contained in:
Neal Norwitz 2006-03-02 04:06:10 +00:00
parent 28f635b067
commit 3a5468efb0
1 changed files with 1 additions and 4 deletions

View 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