[Python-checkins] CVS: python/dist/src README,1.125,1.126 acconfig.h,1.53,1.54 pyconfig.h.in,1.8,1.9

Martin v. L?wis loewis@users.sourceforge.net
Thu, 06 Sep 2001 01:16:19 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv17190

Modified Files:
	README acconfig.h pyconfig.h.in 
Log Message:
Revert parts of patch #453627, documenting the resulting test failures
instead.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** README	2001/08/19 21:17:03	1.125
--- README	2001/09/06 08:16:17	1.126
***************
*** 297,300 ****
--- 297,305 ----
  		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

Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/acconfig.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** acconfig.h	2001/09/05 15:18:00	1.53
--- acconfig.h	2001/09/06 08:16:17	1.54
***************
*** 246,251 ****
  /* Define the macros needed if on a UnixWare 7.x system. */
  #if defined(__USLC__) && defined(__SCO_VERSION__)
- #define SCO_ACCEPT_BUG     /* Use workaround for UnixWare accept() bug */
- #define SCO_ATAN2_BUG      /* Use workaround for UnixWare atan2() bug */
  #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
  #endif
--- 246,249 ----

Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pyconfig.h.in	2001/09/05 15:18:00	1.8
--- pyconfig.h.in	2001/09/06 08:16:17	1.9
***************
*** 726,731 ****
  /* Define the macros needed if on a UnixWare 7.x system. */
  #if defined(__USLC__) && defined(__SCO_VERSION__)
- #define SCO_ACCEPT_BUG     /* Use workaround for UnixWare accept() bug */
- #define SCO_ATAN2_BUG      /* Use workaround for UnixWare atan2() bug */
  #define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
  #endif
--- 726,729 ----