PyDict_Next doc buglet

Robin Becker robin at jessikat.fsnet.co.uk
Wed Jan 23 05:24:21 EST 2002


Looking at the 2.1.2 docs Doc/api/dictObjects.html it is not clear
whether the output PyObjects have been borrowed or properly incremented.

Looking in the code it seems they are borrowed, but isn't it a bug that
this isn't made clear in the documentation.
-- 
Robin Becker



More information about the Python-list mailing list