[Python-checkins] r50499 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Mon Jul 10 00:43:45 CEST 2006


Author: neal.norwitz
Date: Mon Jul 10 00:43:45 2006
New Revision: 50499

Modified:
   peps/trunk/pep-0356.txt
Log:
There were a couple of AST fixes and one request for a new crasher bug to track

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Jul 10 00:43:45 2006
@@ -147,11 +147,11 @@
 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 @@
 
     - 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" 


More information about the Python-checkins mailing list