[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.30,1.31

Jeremy Hylton python-dev@python.org
Mon, 28 Aug 2000 08:47:06 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10873

Modified Files:
	pep-0200.txt 
Log Message:
test_fork1 now works, thanks to Charles Waldman's patch


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** pep-0200.txt	2000/08/25 13:59:33	1.30
--- pep-0200.txt	2000/08/28 15:47:00	1.31
***************
*** 91,104 ****
      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
!         ]
! 
  
  Previously failing test cases
--- 91,95 ----
      test case         platform    date reported
      ---------         --------    -------------
!     [None currently failing.]
  
  Previously failing test cases
***************
*** 109,112 ****
--- 100,114 ----
      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