Issue 2393: Backport buffer interface in Python 3.0 to Python 2.6 (original) (raw)

Issue2393

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.
History
Date User Action Args
2022-04-11 14:56:32 admin set github: 46645
2008-12-05 09:57:14 georg.brandl set status: open -> closedresolution: fixed
2008-03-18 15:58:07 teoliphant set messages: +
2008-03-18 15:54:58 teoliphant create