[pypy-commit] pypy default: Document this fix here

arigo pypy.commits at gmail.com
Sat Feb 13 10:11:18 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r82215:191e5c069244
Date: 2016-02-12 19:03 +0100
http://bitbucket.org/pypy/pypy/changeset/191e5c069244/

Log:	Document this fix here

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -7,6 +7,9 @@
 
 Fixed ``_PyLong_FromByteArray()``, which was buggy.
 
+Fixed a crash with stacklets (or greenlets) on non-Linux machines
+which showed up if you forget stacklets without resuming them.
+
 .. branch: numpy-1.10
 
 Fix tests to run cleanly with -A and start to fix micronumpy for upstream numpy


More information about the pypy-commit mailing list