Commit 3a5468ef authored by Neal Norwitz's avatar Neal Norwitz

Update known issues to reflect reality

parent 28f635b0
...@@ -35,14 +35,11 @@ int Py_OptimizeFlag = 0; ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment