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

View file

@ -35,14 +35,11 @@ int Py_OptimizeFlag = 0;
/* /*
ISSUES: 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 opcode_stack_effect() function should be reviewed since stack depth bugs
could be really hard to find later. could be really hard to find later.
Dead code is being generated (i.e. after unconditional jumps). Dead code is being generated (i.e. after unconditional jumps).
XXX(nnorwitz): not sure this is still true
*/ */
#define DEFAULT_BLOCK_SIZE 16 #define DEFAULT_BLOCK_SIZE 16