Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport ctypes support for buffer protocol to Python 2.6 (ref issue1971) #46656

Closed
teoliphant mannequin opened this issue Mar 18, 2008 · 2 comments
Closed

Backport ctypes support for buffer protocol to Python 2.6 (ref issue1971) #46656

teoliphant mannequin opened this issue Mar 18, 2008 · 2 comments
Assignees
Labels
topic-ctypes type-bug An unexpected behavior, bug, or error

Comments

@teoliphant
Copy link
Mannequin

teoliphant mannequin commented Mar 18, 2008

BPO 2404
Nosy @theller

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/theller'
closed_at = <Date 2008-08-22.06:29:19.150>
created_at = <Date 2008-03-18.19:53:07.118>
labels = ['ctypes', 'type-bug']
title = 'Backport ctypes support for buffer protocol to Python 2.6 (ref issue1971)'
updated_at = <Date 2008-08-22.06:29:19.149>
user = 'https://bugs.python.org/teoliphant'

bugs.python.org fields:

activity = <Date 2008-08-22.06:29:19.149>
actor = 'theller'
assignee = 'theller'
closed = True
closed_date = <Date 2008-08-22.06:29:19.150>
closer = 'theller'
components = ['ctypes']
creation = <Date 2008-03-18.19:53:07.118>
creator = 'teoliphant'
dependencies = []
files = []
hgrepos = []
issue_num = 2404
keywords = []
message_count = 2.0
messages = ['63977', '71726']
nosy_count = 2.0
nosy_names = ['theller', 'teoliphant']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2404'
versions = ['Python 2.6']

@teoliphant
Copy link
Mannequin Author

teoliphant mannequin commented Mar 18, 2008

The ctypes object will support the PEP-3118 buffer protocol. This
support can be back-ported to Python 2.6

@teoliphant teoliphant mannequin added the topic-ctypes label Mar 18, 2008
@teoliphant teoliphant mannequin assigned theller Mar 18, 2008
@teoliphant teoliphant mannequin added the type-bug An unexpected behavior, bug, or error label Mar 18, 2008
@theller
Copy link

theller commented Aug 22, 2008

I forgot to close this issue. Already implemented in svn rev 63962.

@theller theller closed this as completed Aug 22, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-ctypes type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant