[Python-checkins] CVS: python/dist/src/Python thread_pthread.h,2.30.6.2,2.30.6.3

Anthony Baxter anthonybaxter@users.sourceforge.net
Thu, 10 Jan 2002 03:12:22 -0800


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

Modified Files:
      Tag: release21-maint
	thread_pthread.h 
Log Message:
cosmetic change to add a commit message for the last commit, accidently
sent with empty message.

sheesh. Lucky I decided it was worth doing last minute complete compile
tests. cvs merge stupid on my part fixed that made solaris builds totally 
fail.



Index: thread_pthread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pthread.h,v
retrieving revision 2.30.6.2
retrieving revision 2.30.6.3
diff -C2 -d -r2.30.6.2 -r2.30.6.3
*** thread_pthread.h	2002/01/10 11:10:18	2.30.6.2
--- thread_pthread.h	2002/01/10 11:12:20	2.30.6.3
***************
*** 132,136 ****
  	pthread_attr_t attrs;
  #endif
! 	dprintf(("PyThread_start_new_thread called\n"));
  	if (!initialized)
  		PyThread_init_thread();
--- 132,136 ----
  	pthread_attr_t attrs;
  #endif
!         dprintf(("PyThread_start_new_thread called\n"));
  	if (!initialized)
  		PyThread_init_thread();