[Python-checkins] python/nondist/peps pep-0298.txt,1.5,1.6

theller@users.sourceforge.net theller@users.sourceforge.net
Thu, 12 Dec 2002 12:00:55 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv14777

Modified Files:
	pep-0298.txt 
Log Message:
Added a note that the buffer can be used with holding the GIL, added a
pointer to the patches uploaded to SF, and mentioned that the PEP will
probably rejected.


Index: pep-0298.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0298.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0298.txt	1 Aug 2002 18:24:06 -0000	1.5
--- pep-0298.txt	12 Dec 2002 20:00:53 -0000	1.6
***************
*** 53,56 ****
--- 53,59 ----
      block can be exposed.
  
+     The memory blocks can be accessed without holding the global
+     interpreter lock.
+ 
  
  Implementation
***************
*** 152,156 ****
  Reference Implementation
  
!     Will be uploaded to the SourceForge patch manager by the author.
  
  
--- 155,160 ----
  Reference Implementation
  
!     An implementation has been uploaded to the SourceForge patch
!     manager as http://www.python.org/sf/652857.
  
  
***************
*** 202,207 ****
      locked, and array objects could resize or reallocate the buffer.
  
  
- Credits
  
  
--- 206,212 ----
      locked, and array objects could resize or reallocate the buffer.
  
+     This PEP will probably be rejected because nobody except the
+     author needs it.