gen.next() can be pickled
After lots of other changes, generator.next() can now be pickled
as well, while it is running. Actually, I changed the whole Stackless
calling convention for non-recursive calls, and it paid off.
See the next message for details.