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:
parent
9cf131a2d6
commit
673f228f38
|
@ -52,6 +52,9 @@ Specification
|
||||||
is present in the old buffer interface - only a single memory
|
is present in the old buffer interface - only a single memory
|
||||||
block can be exposed.
|
block can be exposed.
|
||||||
|
|
||||||
|
The memory blocks can be accessed without holding the global
|
||||||
|
interpreter lock.
|
||||||
|
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
|
@ -151,7 +154,8 @@ Backward Compatibility
|
||||||
|
|
||||||
Reference Implementation
|
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
|
Additional Notes/Comments
|
||||||
|
@ -201,8 +205,9 @@ Community Feedback
|
||||||
implement it, because mmap objects can be closed anytime if not
|
implement it, because mmap objects can be closed anytime if not
|
||||||
locked, and array objects could resize or reallocate the buffer.
|
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
|
References
|
||||||
|
|
Loading…
Reference in New Issue