Issue 2393: Backport buffer interface in Python 3.0 to Python 2.6 - Python tracker

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
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: teoliphant
Priority: normal Keywords:

Created on 2008-03-18 15:54 by teoliphant, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg63923 - (view) Author: Travis Oliphant (teoliphant) * (Python committer) Date: 2008-03-18 15:54
Some (or all) of PEP 3118 should be backported to Python 2.6 because it
does not require backward-incompatible changes and can assist in the
transition to 3.0.   

This issue is to be sure that the buffer-interface portion of PEP 3118
is backported.  This does not mean that any objects in Python will
necessarily use the new buffer interface.  Any such changes would be
entered as separate issues.
msg63926 - (view) Author: Travis Oliphant (teoliphant) * (Python committer) Date: 2008-03-18 15:58
Back-porting of the new buffer interface was done in r61491.  This issue
can be closed.