[Stackless-checkins] CVS: slpdev/src/2.3/dev/Lib/test test_hotshot.py, 1.1.1.3, 1.2

Christian Tismer tismer at centera.de
Thu Jun 3 01:03:46 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Lib/test
In directory centera.de:/tmp/cvs-serv3004/Lib/test

Modified Files:
	test_hotshot.py 
Log Message:
Stackless 3.1 almost ready.
All tests are working, both Python and Stackless,
both soft and hard switching.

New features:
channels are working cross-thread!
Stack protection for eval_frame and pickling is complete.

A couple of smallish features are missing:
pickling of channels
refuse running tasklets from foreign threads
channel.transfer
scheduling strategy cross-thread
cframe pickling, get rid of invalid_exec funcs, instead use
the missing cframe owner-tasklet pointer!
add more tests!

Index: test_hotshot.py
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Lib/test/test_hotshot.py,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -C2 -d -r1.1.1.3 -r1.2
*** test_hotshot.py	8 Jan 2004 22:09:42 -0000	1.1.1.3
--- test_hotshot.py	2 Jun 2004 23:03:43 -0000	1.2
***************
*** 30,33 ****
--- 30,34 ----
      def next(self, index=None):
          try:
+             1 << 42##!!
              return hotshot.log.LogReader.next(self)
          except StopIteration:


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list