PyDict_Next doc buglet
Robin Becker
robin at jessikat.fsnet.co.uk
Wed Jan 23 05:24:21 EST 2002
More information about the Python-list mailing list
Wed Jan 23 05:24:21 EST 2002
- Previous message (by thread): PyDict_Next doc buglet
- Next message (by thread): Why aren't colons optional?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): PyDict_Next doc buglet
- Next message (by thread): Why aren't colons optional?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list