There were a couple of AST fixes and one request for a new crasher bug to track
This commit is contained in:
parent
fb181cb367
commit
703d192396
|
@ -147,11 +147,11 @@ Deferred until 2.6:
|
|||
Open issues
|
||||
|
||||
- Bugs that need resolving before release:
|
||||
http://python.org/sf/1517042 - Fix crashers/gc_inspection.py
|
||||
http://python.org/sf/1515471 - stringobject (char buffers)
|
||||
http://python.org/sf/1512814 - AST incorrect lineno
|
||||
http://python.org/sf/1508010 - msvccompiler using VC6
|
||||
http://python.org/sf/1504046 - doc for ElementTree
|
||||
http://python.org/sf/1501934 - AST incorrect LOAD/STORE_GLOBAL
|
||||
http://python.org/sf/1494314 - can't use high sockets (regr in 2.4.3)
|
||||
http://python.org/sf/1475523 - gettext.py bug
|
||||
http://python.org/sf/1333982 - AST
|
||||
|
@ -169,9 +169,6 @@ Open issues
|
|||
|
||||
- AST compiler problems
|
||||
(Owner: Jeremy Hylton)
|
||||
* eval(str(-sys.maxint - 1)) should produce an int, not long.
|
||||
when a constant it should not be stored in co_consts
|
||||
|
||||
* string constants that are not assigned are in byte code
|
||||
def foo():
|
||||
"docstring"
|
||||
|
|
Loading…
Reference in New Issue