[Python-checkins] python/dist/src/Doc/api init.tex,1.9,1.10

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 02 Jul 2003 14:38:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv10524/Doc/api

Modified Files:
	init.tex 
Log Message:
Correct documentation of check interval - it's 100 by default, not 10 any
longer.  Pointed out by Alex Martelli.


Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** init.tex	29 Jun 2003 02:14:31 -0000	1.9
--- init.tex	2 Jul 2003 21:38:34 -0000	1.10
***************
*** 349,353 ****
  API functions.  In order to support multi-threaded Python programs,
  the interpreter regularly releases and reacquires the lock --- by
! default, every ten bytecode instructions (this can be changed with
  \withsubitem{(in module sys)}{\ttindex{setcheckinterval()}}
  \function{sys.setcheckinterval()}).  The lock is also released and
--- 349,353 ----
  API functions.  In order to support multi-threaded Python programs,
  the interpreter regularly releases and reacquires the lock --- by
! default, every 100 bytecode instructions (this can be changed with
  \withsubitem{(in module sys)}{\ttindex{setcheckinterval()}}
  \function{sys.setcheckinterval()}).  The lock is also released and