[Python-checkins] python/dist/src/Misc NEWS,1.477,1.478

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 03 Sep 2002 14:25:16 -0700


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

Modified Files:
	NEWS 
Log Message:
added a bit about the change to the thread ticker


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.477
retrieving revision 1.478
diff -C2 -d -r1.477 -r1.478
*** NEWS	3 Sep 2002 13:25:17 -0000	1.477
--- NEWS	3 Sep 2002 21:25:14 -0000	1.478
***************
*** 96,99 ****
--- 96,108 ----
        in Python 2.4 it will return "-0x1").
  
+     - The bits manipulated under the cover by sys.setcheckinterval() have
+       been changed.  Both the check interval and the ticker used to be
+       per-thread values.  They are now just a pair of global variables.  In
+       addition, the default check interval was boosted from 10 to 100
+       bytecode instructions.  This may have some effect on systems relied on
+       the old default value.  In particular, in multi-threaded applications
+       which try to be highly responsive, response time will increase by some
+       (perhaps imperceptible) amount.
+ 
  - When multiplying very large integers, a version of the so-called
    Karatsuba algorithm is now used.  This is most effective if the