This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
Priority: normal Keywords:

Created on 2006-08-17 01:13 by sjmachin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

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) * (Python committer) 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
2022-04-11 14:56:19adminsetgithub: 43841
2006-08-17 01:13:28sjmachincreate