This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: deprecate or fix buffer object
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: nascheme
Priority: normal Keywords: patch

Created on 2003-10-28 23:53 by nascheme, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
buffer_deprecate.diff nascheme, 2003-10-28 23:53
buffer_safe.diff nascheme, 2003-11-05 23:26
Messages (3)
msg44836 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2003-10-28 23:53
This has not been well tested but I don't have time
right now.  
msg44837 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2003-11-02 03:43
Logged In: YES 
user_id=35752

Attaching a patch that implements Greg Ewing's idea. 
Instead of storing the pointer and size to the buffer, the
buffer interface is used each time they are needed.

Again, not yet well tested.
msg44838 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2003-11-05 23:26
Logged In: YES 
user_id=35752

I've reviewed the code again and I'm more confident that
it's correct.  It would be good if someone else could review
it before I check it in.
History
Date User Action Args
2022-04-11 14:56:00adminsetgithub: 39469
2003-10-28 23:53:30naschemecreate