core compiles OK with g++, Modules will have to wait until 2.6
This commit is contained in:
parent
6484eeeeea
commit
bb61290dd5
|
@ -107,6 +107,7 @@ Completed features for 2.5
|
||||||
|
|
||||||
- Upgrade pyexpat to use expat 2.0.
|
- Upgrade pyexpat to use expat 2.0.
|
||||||
|
|
||||||
|
- Python core now compiles cleanly with g++
|
||||||
|
|
||||||
Possible features for 2.5
|
Possible features for 2.5
|
||||||
|
|
||||||
|
@ -126,9 +127,6 @@ Possible features for 2.5
|
||||||
- All modules in Modules/ should be updated to be ssize_t clean.
|
- All modules in Modules/ should be updated to be ssize_t clean.
|
||||||
(Owner: Neal)
|
(Owner: Neal)
|
||||||
|
|
||||||
- Python core should compile cleanly with g++
|
|
||||||
(Owner: Anthony)
|
|
||||||
|
|
||||||
|
|
||||||
Deferred until 2.6:
|
Deferred until 2.6:
|
||||||
|
|
||||||
|
@ -142,6 +140,9 @@ Deferred until 2.6:
|
||||||
|
|
||||||
- Remove the fpectl module?
|
- Remove the fpectl module?
|
||||||
|
|
||||||
|
- Make everything in Modules/ build cleanly with g++
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Open issues
|
Open issues
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue