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 listma
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 bugt
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: str
3 matches
Mail list logo