summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-02 04:06:10 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-02 04:06:10 (GMT)
commit3a5468efb08335bff7b2135753cb9a5a9ddce0ac (patch)
tree60739bc2d88bded6c0827e1bfa2281ad86dca325 /Python
parent28f635b06742c3fbd7fae0eafcc2682a5086b623 (diff)
downloadcpython-3a5468efb08335bff7b2135753cb9a5a9ddce0ac.zip
cpython-3a5468efb08335bff7b2135753cb9a5a9ddce0ac.tar.gz
cpython-3a5468efb08335bff7b2135753cb9a5a9ddce0ac.tar.bz2
Update known issues to reflect reality
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c5
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