[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless/module channelobject.c, 1.54, 1.55 taskletobject.c, 1.118, 1.119

Christian Tismer tismer at centera.de
Fri Dec 9 19:00:47 CET 2005


Update of /home/cvs/slpdev/src/2.3/dev/Stackless/module
In directory centera.de:/tmp/cvs-serv13054/src/2.3/dev/Stackless/module

Modified Files:
	channelobject.c taskletobject.c 
Log Message:
updated a false comment on channel.send(): does no longer raise exceptions. This is possible though send_exception, only.

Index: channelobject.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/channelobject.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** channelobject.c	9 Jul 2004 16:52:24 -0000	1.54
--- channelobject.c	9 Dec 2005 18:00:43 -0000	1.55
***************
*** 364,370 ****
  the sender will be blocked. Otherwise, the receiver will\n\
  be activated immediately, and the sender is put at the end of\n\
! the runnables list.\n\
! Note that an exception instance sent will be raised at the receiver\n\
! (see also channel.send_exception)";
  
  static PyObject *
--- 364,368 ----
  the sender will be blocked. Otherwise, the receiver will\n\
  be activated immediately, and the sender is put at the end of\n\
! the runnables list.";
  
  static PyObject *

Index: taskletobject.c
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/module/taskletobject.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** taskletobject.c	28 Sep 2005 23:52:17 -0000	1.118
--- taskletobject.c	9 Dec 2005 18:00:43 -0000	1.119
***************
*** 944,948 ****
  	noargs = PyTuple_New(0);
  	STACKLESS_PROMOTE_ALL();
! 	ret = impl_tasklet_raise_exception(task, PyExc_TaskletExit, 
  					   noargs);
  	STACKLESS_ASSERT();
--- 944,948 ----
  	noargs = PyTuple_New(0);
  	STACKLESS_PROMOTE_ALL();
! 	ret = impl_tasklet_raise_exception(task, PyExc_TaskletExit,
  					   noargs);
  	STACKLESS_ASSERT();


_______________________________________________
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