[pypy-commit] pypy default: document merged branch

cfbolz pypy.commits at gmail.com
Sat May 25 05:40:34 EDT 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: 
Changeset: r96677:911de07a90eb
Date: 2019-05-25 11:29 +0200
http://bitbucket.org/pypy/pypy/changeset/911de07a90eb/

Log:	document merged branch

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
@@ -30,3 +30,7 @@
 
 Move _ssl and _hashlib from rpython to a cffi-based module, like on python3.
 Reduces the number of problematic linked-in libraries (libssl, libcrypto)
+
+.. branch: fix-vmprof-memory-tracking
+
+Fix a bug that prevent memory-tracking in vmprof working on PyPy.


More information about the pypy-commit mailing list