Bug#786738: pypy: Segmentation fault when printing unpickled generator

2015-07-04 Thread Stefano Rivera
Control: tags -1 + patch And, fixed upstream: https://bitbucket.org/pypy/pypy/commits/a357ba14fe22 SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#786738: pypy: Segmentation fault when printing unpickled generator

2015-07-03 Thread Stefano Rivera
Control: -1 tags + upstream Control: -1 forwarded https://bitbucket.org/pypy/pypy/issue/2075/pypy-segmentation-fault-when-printing Hi Dan (2015.05.24_20:37:09_-0700) The following code causes pypy to segfault. Thanks for the report. This is an upstream bug, and I've forwarded it to PyPy's

Bug#786738: pypy: Segmentation fault when printing unpickled generator

2015-05-24 Thread Dan Greene
Package: pypy Version: 2.5.1+dfsg-1 Severity: normal Dear Maintainer, The following code causes pypy to segfault. import pickle def f(): yield 0 x = f() x.next() try: x.next() except StopIteration: y = pickle.loads(pickle.dumps(x)) print(y) -- System Information: Debian Release: