[ python-Bugs-1669304 ] Clarify PyMem_Realloc and PyMem_Resize docs

SourceForge.net noreply at sourceforge.net
Mon Feb 26 18:26:36 CET 2007


Bugs item #1669304, was opened at 2007-02-26 10:26
Message generated for change (Comment added) made by bediviere
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1669304&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Steven Bethard (bediviere)
Assigned to: Nobody/Anonymous (nobody)
Summary: Clarify PyMem_Realloc and PyMem_Resize docs

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Steven Bethard (bediviere)
Date: 2007-02-26 10:26

Message:
Logged In: YES 
user_id=945502
Originator: YES

File Added: pymem_realloc.diff

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1669304&group_id=5470


More information about the Python-bugs-list mailing list