generators shared among threads

jess.austin at gmail.com jess.austin at gmail.com
Wed Mar 8 23:16:56 EST 2006


I just noticed, if you don't define maxsize in _init(), you need to
override _full() as well:

    def _full(self):
        return False

cheers,
Jess




More information about the Python-list mailing list