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.

Author eric.snow
Recipients eric.snow
Date 2017-05-25.18:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495737297.35.0.632969328907.issue30475@psf.upfronthosting.co.za>
In-reply-to
Content
Per Object/dictobject.c, PyDict_GetItemWithError() returns a borrowed reference.  However, the documentation does not say so.  That should be fixed.
History
Date User Action Args
2017-05-25 18:34:57eric.snowsetrecipients: + eric.snow
2017-05-25 18:34:57eric.snowsetmessageid: <1495737297.35.0.632969328907.issue30475@psf.upfronthosting.co.za>
2017-05-25 18:34:57eric.snowlinkissue30475 messages
2017-05-25 18:34:57eric.snowcreate