CVS: 'python/dist/src/Python ceval.c'

Guido van Rossum guido@newcnri.cnri.reston.va.us
Tue, 20 May 1997 13:06:14 -0400


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

Modified Files:
	ceval.c 
Log Message:
Plug leak of stack frame object in exception handling code.
Also delay DECREF calls until after the structures have been updated
(for reentrancy awareness).