[Stackless] Inheritence bug

Tom Locke tom at livelogix.com
Thu Jan 8 11:07:31 CET 2004


Am I not supposed to inherit from channel? 

----------
class MyChan(stackless.channel):
    def __init__(self, x): pass

x = MyChan(1)

TypeError: channel() takes exactly 0 arguments (1 given)
------------

Tom.



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



More information about the Stackless mailing list