classification
Title: Incorrect example calls to PyObject_SetItem
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, sjmachin (2)
Priority: normal Keywords

Created on 2006-08-17 01:13 by sjmachin, last changed 2006-08-18 07:29 by georg.brandl.

Messages (2)
msg29527 - (view) Author: John Machin (sjmachin) Date: 2006-08-17 01:13
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 *)
msg29528 - (view) Author: Georg Brandl (georg.brandl) Date: 2006-08-18 07:29
Logged In: YES 
user_id=849994

This is now fixed in rev. 51363--51365.
History
Date User Action Args
2006-08-17 01:13:28sjmachincreate