[pypy-commit] pypy default: some fixes

fijal noreply at buildbot.pypy.org
Mon Sep 8 20:01:45 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r73378:403da2e83293
Date: 2014-09-08 12:01 -0600
http://bitbucket.org/pypy/pypy/changeset/403da2e83293/

Log:	some fixes

diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2.4.0.rst
@@ -62,7 +62,8 @@
 bytearray handling, and a major rewrite of the GIL handling. This means
 that external calls are now a lot faster, especially the CFFI ones. It also
 means better performance in a lot of corner cases with handling strings or
-bytearrays.
+bytearrays. The main bugfix is handling of many socket objects in your
+program which in the long run used to "leak" memory.
 
 PyPy now uses Python 2.7.8 standard library.
 
@@ -110,7 +111,8 @@
 .. _resolved: https://bitbucket.org/pypy/pypy/issues?status=resolved
 
 We have further improvements on the way: rpython file handling and
-usable numpy linalg compatabiity should be merged soon.
+usable numpy linalg compatabiity should be merged soon as well
+as improved GC and a bunch of smaller improvements.
 
 Please try it out and let us know what you think. We especially welcome
 success stories, we know you are using PyPy, please tell us about it!


More information about the pypy-commit mailing list