Patches item #1383115, was opened at 2005-12-17 05:02 Message generated for change (Comment added) made by effbot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1383115&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.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Farshid Lashkari (farshizzo) >Assigned to: Fredrik Lundh (effbot) Summary: Specify new reference return value for PyObject_Call Initial Comment: Hi, >From my understanding, the C API function PyObject_Call returns a new reference, but the documentation does not specify this. I've attached a modified version of the appropriate doc page. ---------------------------------------------------------------------- >Comment By: Fredrik Lundh (effbot) Date: 2005-12-18 20:41 Message: Logged In: YES user_id=38376 PyObject_Call has the same behaviour as the other PyObject_CallXXX functions. I've updated the ref- count documentation. Thanks /F ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1383115&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
