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: Re-enable buffer API slots for heap types
Type: enhancement Stage:
Components: Extension Modules Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Benno.Rice, jcon, joshtriplett, kristjan.jonsson, loewis, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, python-dev, rupole, skrah, teoliphant, vstinner
Priority: normal Keywords:

Created on 2014-01-13 03:46 by Benno.Rice, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg208002 - (view) Author: Benno Rice (Benno.Rice) Date: 2014-01-13 03:46
The API slots for bf_getbuffer and bf_releasebuffer are still disabled despite the bug referenced (issue 10181) being marked as fixed. These should be re-enabled if the stable ABI is to be used for types that use buffers.
msg237602 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-03-09 08:34
I've updated the nosy list with the names from #10181 as that's referenced in msg208002.
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64432
2019-03-15 22:27:56BreamoreBoysetnosy: - BreamoreBoy
2015-03-09 08:37:26paul.mooresetnosy: - paul.moore
2015-03-09 08:34:11BreamoreBoysetnosy: + python-dev, paul.moore, skrah, loewis, pv, jcon, joshtriplett, rupole, kristjan.jonsson, pitrou, BreamoreBoy, petri.lehtinen, mark.dickinson, vstinner, teoliphant
messages: + msg237602
2014-01-13 03:47:35Benno.Ricesetnosy: + ncoghlan
2014-01-13 03:46:55Benno.Ricecreate