[ python-Bugs-1541682 ] Incorrect example calls to PyObject_SetItem
SourceForge.net
noreply at sourceforge.net
Fri Aug 18 09:29:04 CEST 2006
Bugs item #1541682, was opened at 2006-08-17 01:13
Message generated for change (Comment added) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1541682&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: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: John Machin (sjmachin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect example calls to PyObject_SetItem
Initial Comment:
http://docs.python.org/dev/api/refcountDetails.html
Example acts as though the 2nd arg to PyObject_SetItem
is a C int (as it is for the List and Sequence
varieties) -- it is in fact a (PyObject *)
----------------------------------------------------------------------
>Comment By: Georg Brandl (gbrandl)
Date: 2006-08-18 07:29
Message:
Logged In: YES
user_id=849994
This is now fixed in rev. 51363--51365.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1541682&group_id=5470
More information about the Python-bugs-list
mailing list