New issue 3150: Can pickle generators in 2.7 but not on 3.6
https://bitbucket.org/pypy/pypy/issues/3150/can-pickle-generators-in-27-but-not-on-36

Steam Account:

I have tried the latest release for 3.6 as well as the one for 2.7 running on 
Windows.

I attached the output of what happens with 3.6 version and what happens with 2.7

‌

I create a very simple generator and pickle it on 2.7 without problems.

On 3.6 I try the same but I get an error: AttributeError: module 'builtins' has 
no attribute 'generator'

among other tracebacks, all included in the output below.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to