Issue 1669304: Clarify PyMem_Realloc and PyMem_Resize docs (original) (raw)

Issue1669304

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44620

classification

Title: Clarify PyMem_Realloc and PyMem_Resize docs
Type: Stage:
Components: Documentation Versions: Python 2.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bethard, georg.brandl
Priority: normal Keywords:

Created on 2007-02-26 17:26 by bethard, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pymem_resize.diff bethard,2007-02-26 17:26
pymem_realloc.diff bethard,2007-02-26 17:26
Messages (3)
msg31361 - (view) Author: Steven Bethard (bethard) * (Python committer) Date: 2007-02-26 17:26
This should close 1668036 and 1668032 which both looked like valid doc patch requests. The pymem_resize patch indicates the PyMem_Resize assigns to p (its first argument), and the pymem_realloc patch indicates that PyMem_Realloc will not modify the pointer if the realloc fails.
msg31362 - (view) Author: Steven Bethard (bethard) * (Python committer) Date: 2007-02-26 17:26
File Added: pymem_realloc.diff
msg31363 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-02 20:30
Fixed in rev. 54088, 54089 (2.5).
History
Date User Action Args
2022-04-11 14:56:22 admin set github: 44620
2007-02-26 17:26:14 bethard create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements