diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-09-06 08:16:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-09-06 08:16:17 (GMT) |
commit | 387c547fd38d321e42bf202c166e9403e7ee9b61 (patch) | |
tree | 294ec439e64649ee93b41631cc10646d6cc9dfb5 /README | |
parent | c2d272a1d553e0650b0ea6aa6d31a04e42d5bd7d (diff) | |
download | cpython-387c547fd38d321e42bf202c166e9403e7ee9b61.zip cpython-387c547fd38d321e42bf202c166e9403e7ee9b61.tar.gz cpython-387c547fd38d321e42bf202c166e9403e7ee9b61.tar.bz2 |
Revert parts of patch #453627, documenting the resulting test failures
instead.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -296,6 +296,11 @@ SCO: The following apply to SCO 3 only; Python builds out of the box LIBS=' -lsocket -lcrypt_i' +UnixWare: There are known bugs in the math library of the system, as well as + problems in the handling of threads (calling fork in one + thread may interrupt system calls in others). Therefore, test_math and + tests involving threads will fail until those problems are fixed. + SunOS 4.x: When using the SunPro C compiler, you may want to use the '-Xa' option instead of '-Xc', to enable some needed non-ANSI Sunisms. |