[Python-bugs-list] [ python-Bugs-439012 ] Need doc: initial state of allocs

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Jul 2001 09:12:15 -0700


Bugs item #439012, was opened at 2001-07-06 03:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=439012&group_id=5470

Category: Documentation
Group: Feature Request
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Need doc: initial state of allocs

Initial Comment:
The Py_Malloc and PyObject_New/PyObject_NEW are not
documented as to whether the memory they return is
pre-initialized to zeros or not.

In fact, PyObject_New/PyObject_NEW aren't documented
anywhere for extension writers.

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-10 09:12

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/api/api.tex revisions 1.129 and 1.117.2.8.

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

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-07 18:38

Message:
Logged In: YES 
user_id=3066

I've addressed most of this in my working copies, but am not
yet ready to check it in, and not everything needed to fully
resolve this has been written. For the current state of
what's written, see the development version of the
documentation on SourceForge:

http://python.sourceforge.net/devel-docs/api/api.html

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

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