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.
This commit is contained in:
Thomas Heller 2002-12-12 20:00:53 +00:00
parent 9cf131a2d6
commit 673f228f38
1 changed files with 7 additions and 2 deletions

View File

@ -52,6 +52,9 @@ Specification
is present in the old buffer interface - only a single memory
block can be exposed.
The memory blocks can be accessed without holding the global
interpreter lock.
Implementation
@ -151,7 +154,8 @@ Backward Compatibility
Reference Implementation
Will be uploaded to the SourceForge patch manager by the author.
An implementation has been uploaded to the SourceForge patch
manager as http://www.python.org/sf/652857.
Additional Notes/Comments
@ -201,8 +205,9 @@ Community Feedback
implement it, because mmap objects can be closed anytime if not
locked, and array objects could resize or reallocate the buffer.
This PEP will probably be rejected because nobody except the
author needs it.
Credits
References