[ python-Bugs-1669304 ] Clarify PyMem_Realloc and PyMem_Resize docs
SourceForge.net
noreply at sourceforge.net
Fri Mar 2 21:30:45 CET 2007
Bugs item #1669304, was opened at 2007-02-26 17:26
Message generated for change (Comment added) made by gbrandl
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: Closed
>Resolution: Fixed
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: Georg Brandl (gbrandl)
Date: 2007-03-02 20:30
Message:
Logged In: YES
user_id=849994
Originator: NO
Fixed in rev. 54088, 54089 (2.5).
----------------------------------------------------------------------
Comment By: Steven Bethard (bediviere)
Date: 2007-02-26 17: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