[Jython-checkins] jython: Clarified NEWS entry for PySystem.sysClosers cleanup bug

jim.baker jython-checkins at python.org
Tue Jun 13 00:31:58 EDT 2017


https://hg.python.org/jython/rev/d5af3b203d59
changeset:   8108:d5af3b203d59
user:        Jim Baker <jim.baker at rackspace.com>
date:        Mon Jun 12 22:31:52 2017 -0600
summary:
  Clarified NEWS entry for PySystem.sysClosers cleanup bug

files:
  NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,9 @@
 
 Jython 2.7.1rc3
   Bugs fixed
-    - [ 2597 ] Possible memory leak in Jython 2.7.1 RC2
-    - [ 2593 ] file.write(obj) raises NullPointerException on type error.
-    - [ 2592 ] Line breaks in exceptions are wrong (characters being backslash-escaped).
+    - [ 2597 ] PySystemState.sysClosers requires cleanup to prevent memory leak
+    - [ 2593 ] file.write(obj) raises NullPointerException on type error
+    - [ 2592 ] Line breaks in exceptions are wrong (characters being backslash-escaped)
 
 Jython 2.7.1rc2
   Bugs fixed

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list