diff --git a/Misc/README.AIX b/Misc/README.AIX index b3e6472..2c7d6b1 100644 --- a/Misc/README.AIX +++ b/Misc/README.AIX @@ -82,21 +82,12 @@ http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.c Those issues are currently affecting Python on AIX: -* Python has not been fully tested on AIX when compiled as a 64 bit - application. - * issue 3526: the memory used by a Python process will never be released to the system. If you have a Python application on AIX that uses a lot of memory, you should read this issue and you may consider using the provided patch that implements a custom malloc implementation -* issue 11184: support for large files is currently broken - -* issue 11185: os.wait4 does not behave correctly with option WNOHANG - -* issue 1745108: there may be some problems with curses.panel - * issue 11192: test_socket fails * issue 11190: test_locale fails @@ -107,7 +98,6 @@ Those issues are currently affecting Python on AIX: * issue 11215: test_fileio fails -* issue 11188: test_time fails ======================================================================