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

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


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

Modified Files:
      Tag: release21-maint
	thread_pthread.h 
Log Message:
thread_pthread.h

Index: thread_pthread.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/thread_pthread.h,v
retrieving revision 2.30.6.1
retrieving revision 2.30.6.2
diff -C2 -d -r2.30.6.1 -r2.30.6.2
*** thread_pthread.h	2001/12/23 04:07:25	2.30.6.1
--- thread_pthread.h	2002/01/10 11:10:18	2.30.6.2
***************
*** 129,136 ****
  	pthread_t th;
  	int success;
- 	dprintf(("PyThread_start_new_thread called\n"));
  #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED
  	pthread_attr_t attrs;
  #endif
  	if (!initialized)
  		PyThread_init_thread();
--- 129,136 ----
  	pthread_t th;
  	int success;
  #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED
  	pthread_attr_t attrs;
  #endif
+ 	dprintf(("PyThread_start_new_thread called\n"));
  	if (!initialized)
  		PyThread_init_thread();