CVS: 'python/dist/src/Modules threadmodule.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Mon, 5 May 1997 16:56:23 -0400


Update of /projects/cvsroot/python/dist/src/Modules
In directory monty:/usr/people/guido/python/src/Modules

Modified Files:
	threadmodule.c 
Log Message:
Massive changes for separate thread state management.
All per-thread globals are moved into a struct which is manipulated
separately.
--Guido van Rossum (home page: http://www.python.org/~guido/)