[Stackless] Channel send from C

Christian Tismer tismer at tismer.com
Fri Oct 31 14:39:57 CET 2003


Harry Kalogirou wrote:

> ???? 30/???/2003, ????? ?????? ??? ??? 23:07, ?/? Christian Tismer
> ??????:
> 
>>Harry Kalogirou wrote:
>>
>>>Hi,
>>>
>>>I'm wondering if it is posible to send data to a channel(or receive)
>>>from an extention module written in C. I found a PyChannel_Send()
>>>function but it doesn't seem to be exported. Is there some other way or
>>>it is that?
>>
>>It should be exported. If not then it is a bug.
>>Did you include stackless_api.h ?
>>(I never tested channels from C, but tasklets
>>  do work, and they are declard the same way I think)
>>
>>ciao - chris
> 
> 
> I'm using the header files from mainline python for compiling my project
> :(. Simply adding to the include path the location of stackless_api.h
> and including results in errors that I don't recall now...

Ah! This is not possible. You need to use the stackless
files.

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at tismer.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  mobile +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/

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




More information about the Stackless mailing list