[Python-checkins] python/dist/src/Python sysmodule.c,2.105,2.106

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 26 Jun 2002 13:39:22 -0700


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

Modified Files:
	sysmodule.c 
Log Message:
Got rid of an extraneous semicolon.


Index: sysmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/sysmodule.c,v
retrieving revision 2.105
retrieving revision 2.106
diff -C2 -d -r2.105 -r2.106
*** sysmodule.c	20 Jun 2002 21:36:19 -0000	2.105
--- sysmodule.c	26 Jun 2002 20:39:20 -0000	2.106
***************
*** 403,407 ****
  Return the current value of the recursion limit, the maximum depth\n\
  of the Python interpreter stack.  This limit prevents infinite\n\
! recursion from causing an overflow of the C stack and crashing Python.";
  );
  
--- 403,407 ----
  Return the current value of the recursion limit, the maximum depth\n\
  of the Python interpreter stack.  This limit prevents infinite\n\
! recursion from causing an overflow of the C stack and crashing Python."
  );