[Python-checkins] peps: test_fork1 now works, thanks to Charles Waldman's patch

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:26 CET 2011


http://hg.python.org/peps/rev/d402fa3f7797
changeset:   163:d402fa3f7797
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Mon Aug 28 15:47:00 2000 +0000
summary:
  test_fork1 now works, thanks to Charles Waldman's patch

files:
  pep-0200.txt |  22 ++++++++++++----------
  1 files changed, 12 insertions(+), 10 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -90,16 +90,7 @@
 
     test case         platform    date reported
     ---------         --------    -------------
-    test_fork1        Linux       26-Jul-2000 
-        [no clue; there are probably two bugs here]
-        [19-Aug-200 tim
-         Charles Waldman whipped up a patch to give child processes a new
-         "global lock":
-         http://sourceforge.net/patch/?func=detailpatch&patch_id=101226&group_id=5470
-         While this doesn't appear to address the symptoms we *saw*, it
-         *does* so far appear to be fixing the failing cases anyway
-        ]
-
+    [None currently failing.]
 
 Previously failing test cases
 
@@ -108,6 +99,17 @@
 
     test case         platform    date reported
     ---------         --------    -------------
+    test_fork1        Linux       26-Jul-2000 
+        [28-aug-2000 fixed by cgw; solution is to create copies of
+        lock in child process]
+        [19-Aug-2000 tim
+         Charles Waldman whipped up a patch to give child processes a new
+         "global lock":
+         http://sourceforge.net/patch/?func=detailpatch&patch_id=101226&group_id=5470
+         While this doesn't appear to address the symptoms we *saw*, it
+         *does* so far appear to be fixing the failing cases anyway
+        ]
+
     test_parser       all         22-Aug-2000
     test_posixpath    all         22-Aug-2000
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list