[Python-checkins] CVS: python/dist/src/Python ceval.c import.c importdl.c thread.c thread_beos.h thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h

Guido van Rossum guido@cnri.reston.va.us
Mon, 21 Dec 1998 14:32:36 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	ceval.c import.c importdl.c thread.c thread_beos.h 
	thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h 
	thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h 
Log Message:
Thanks to Chris Herborth, the thread primitives now have proper Py*
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).