Ram Rachum <cool...@cool-rr.com> added the comment:

Hi Alexandre,

I read your blog post, but I don't understand-- Why does bytecode need to be 
pickled in order to pickle live generators? I understand that the local 
variables need to be pickled, (and let's assume they're all pickleable,) and 
that a pointer to the current instruction needs to be pickled, but why the 
bytecode? When you pickle a normal function or a class, no bytecode gets 
pickled, so why does it have to be pickled here?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to