mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Update known issues to reflect reality
This commit is contained in:
parent
28f635b067
commit
3a5468efb0
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue