Organize the bugs by priority (tentative blockers, pending Anthonys review). Add warning issue
This commit is contained in:
parent
f0d927d66b
commit
3291f63c57
24
pep-0356.txt
24
pep-0356.txt
|
@ -143,26 +143,30 @@ Deferred until 2.6:
|
|||
- Make everything in Modules/ build cleanly with g++
|
||||
|
||||
|
||||
|
||||
Open issues
|
||||
|
||||
- Bugs that need resolving before release:
|
||||
http://python.org/sf/1526585 - SystemError concat long strings (2.4)
|
||||
http://python.org/sf/1523610 - PyArg_ParseTupleAndKeywords potential
|
||||
core dump (2.4)
|
||||
- Bugs that need resolving before release, ie, they block release:
|
||||
http://python.org/sf/1521947 - mystrtol.c fails with gcc 4.1 (2.4?)
|
||||
test_compile.test_unary_minus
|
||||
http://python.org/sf/1519025 - socket timeout crash when receive
|
||||
signal (2.4)
|
||||
http://python.org/sf/1517042 - Fix crashers/gc_inspection.py (2.4)
|
||||
http://python.org/sf/1515471 - stringobject (char buffers)
|
||||
http://python.org/sf/1513611 - XML: xml.sax.expatreader missing
|
||||
http://python.org/sf/1511497 - XML: xml.sax.ParseException issue
|
||||
http://python.org/sf/1475523 - gettext.py bug
|
||||
http://python.org/sf/1467929 - %-formatting and dicts (2.4)
|
||||
http://python.org/sf/1519796 says it fixes both XML problems.
|
||||
http://python.org/sf/1333982 - AST
|
||||
http://python.org/sf/1191458 - AST (test_trace issue mentioned below)
|
||||
|
||||
http://mail.python.org/pipermail/python-dev/2006-May/065478.html
|
||||
Add PyErr_WarnEx() to address warnings in test suite.
|
||||
|
||||
- Bugs that ought to be resolved before release (all exist in 2.4):
|
||||
http://python.org/sf/1526585 - SystemError concat long strings
|
||||
http://python.org/sf/1523610 - PyArg_ParseTupleAndKeywords potential
|
||||
core dump
|
||||
http://python.org/sf/1519025 - socket timeout crash when receive signal
|
||||
http://python.org/sf/1517042 - Fix crashers/gc_inspection.py
|
||||
http://python.org/sf/1475523 - gettext.py bug
|
||||
http://python.org/sf/1467929 - %-formatting and dicts
|
||||
|
||||
- AST compiler problems
|
||||
(Owner: Jeremy Hylton)
|
||||
* string constants that are not assigned are in byte code
|
||||
|
|
Loading…
Reference in New Issue