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: Backport ctypes support for buffer protocol to Python 2.6 (ref issue1971)
Type: behavior Stage:
Components: ctypes Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: theller Nosy List: teoliphant, theller
Priority: normal Keywords:

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

Messages (2)
msg63977 - (view) Author: Travis Oliphant (teoliphant) * (Python committer) Date: 2008-03-18 19:53
The ctypes object will support the PEP 3118 buffer protocol.  This
support can be back-ported to Python 2.6
msg71726 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-08-22 06:29
I forgot to close this issue.  Already implemented in svn rev 63962.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46656
2008-08-22 06:29:19thellersetstatus: open -> closed
resolution: fixed
messages: + msg71726
2008-03-18 19:53:20teoliphantsetassignee: theller
type: behavior
nosy: + theller
components: + ctypes
versions: + Python 2.6
2008-03-18 19:53:07teoliphantcreate