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

Re-enable buffer API slots for heap types #64432

Open
BennoRice mannequin opened this issue Jan 13, 2014 · 2 comments
Open

Re-enable buffer API slots for heap types #64432

BennoRice mannequin opened this issue Jan 13, 2014 · 2 comments
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@BennoRice
Copy link
Mannequin

BennoRice mannequin commented Jan 13, 2014

BPO 20233
Nosy @loewis, @mdickinson, @ncoghlan, @pitrou, @kristjanvalur, @vstinner, @pv, @skrah, @akheron

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 = None
closed_at = None
created_at = <Date 2014-01-13.03:46:55.573>
labels = ['extension-modules', 'type-feature']
title = 'Re-enable buffer API slots for heap types'
updated_at = <Date 2019-03-15.22:27:56.166>
user = 'https://bugs.python.org/BennoRice'

bugs.python.org fields:

activity = <Date 2019-03-15.22:27:56.166>
actor = 'BreamoreBoy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2014-01-13.03:46:55.573>
creator = 'Benno.Rice'
dependencies = []
files = []
hgrepos = []
issue_num = 20233
keywords = []
message_count = 2.0
messages = ['208002', '237602']
nosy_count = 15.0
nosy_names = ['loewis', 'teoliphant', 'mark.dickinson', 'ncoghlan', 'rupole', 'pitrou', 'kristjan.jonsson', 'vstinner', 'joshtriplett', 'pv', 'skrah', 'Benno.Rice', 'python-dev', 'jcon', 'petri.lehtinen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue20233'
versions = ['Python 3.4', 'Python 3.5']

@BennoRice
Copy link
Mannequin Author

BennoRice mannequin commented Jan 13, 2014

The API slots for bf_getbuffer and bf_releasebuffer are still disabled despite the bug referenced (bpo-10181) being marked as fixed. These should be re-enabled if the stable ABI is to be used for types that use buffers.

@BennoRice BennoRice mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Jan 13, 2014
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Mar 9, 2015

I've updated the nosy list with the names from bpo-10181 as that's referenced in msg208002.

@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
extension-modules C modules in the Modules dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants