[Python-checkins] python/dist/src/Python thread_pthread.h, 2.50, 2.51

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Mar 3 03:42:25 EST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28207

Modified Files:
	thread_pthread.h 
Log Message:
typo


Index: thread_pthread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pthread.h,v
retrieving revision 2.50
retrieving revision 2.51
diff -C2 -d -r2.50 -r2.51
*** thread_pthread.h	7 Feb 2004 13:00:18 -0000	2.50
--- thread_pthread.h	3 Mar 2004 08:42:23 -0000	2.51
***************
*** 175,179 ****
  /* XXX This implementation is considered (to quote Tim Peters) "inherently
     hosed" because:
!      - It does not guanrantee the promise that a non-zero integer is returned.
       - The cast to long is inherently unsafe.
       - It is not clear that the 'volatile' (for AIX?) and ugly casting in the
--- 175,179 ----
  /* XXX This implementation is considered (to quote Tim Peters) "inherently
     hosed" because:
!      - It does not guarantee the promise that a non-zero integer is returned.
       - The cast to long is inherently unsafe.
       - It is not clear that the 'volatile' (for AIX?) and ugly casting in the




More information about the Python-checkins mailing list