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: ArgumentClinic howto: document change in Py_buffer lifecycle management
Type: Stage:
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, larry, rmsr
Priority: normal Keywords: patch

Created on 2014-01-09 06:47 by rmsr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
argument_clinic_PyBuffer_release.patch rmsr, 2014-01-12 21:44 verbiage tweaking
Messages (5)
msg207728 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-09 06:47
Almost didn't catch that PyBuffer_Release isn't needed. Also we need a verb/adjective for applying AC. Cure?

"zlibmodule has already been cured."
msg207814 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-10 01:30
I've got a bunch of doc improvements in the rollup patch in #20214.  I invite you to give it a review.  If that looks suitable please close this issue.

As for a verb, I've been using "convert".  "zlibmodule has already been converted to work with Argument Clinic".
msg207982 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-12 21:44
Thank you for including the doc change in your other patch. As the grammar was off, instead of just fixing it I naturally rewrote it. Use this patch or just remove the extraneous "for you" as you prefer.
msg207983 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-12 22:00
Fixed in revision 43e109ca9018.  Well, changed anyway, maybe it's still not wonderful text.
msg208061 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-14 00:12
Even more imperative than my version. Excellent!
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64401
2014-01-14 00:12:39rmsrsetstatus: open -> closed

messages: + msg208061
2014-01-12 22:00:14larrysetmessages: + msg207983
2014-01-12 21:44:44rmsrsetfiles: + argument_clinic_PyBuffer_release.patch
keywords: + patch
messages: + msg207982
2014-01-10 01:30:09larrysetmessages: + msg207814
2014-01-09 06:47:42rmsrcreate