On Mon, Nov 2, 2009 at 3:02 PM, Andrew Dalke <da...@dalkescientific.com> wrote:
> On Nov 2, 2009, at 2:46 AM, Andrew Francis wrote:
>> TypeError: can't pickle count objects
>
> Indeed! That was a bad suggestion of mine. itertools.count iterators (like
> many other types in Python) do not support pickling.
...
>> Is this meant to so?
>
> I checked the source. count does not implement the pickling protocol.

Stackless should include pickling support for count, along with any
other similar functionality.

Anyone care to work on and provide a patch?

Cheers,
Richard.

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

Reply via email to