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 vstinner
Recipients Anthony Sottile, pablogsal, steve.dower, vstinner
Date 2019-09-10.15:37:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568129877.08.0.747378111807.issue38090@roundup.psfhosted.org>
In-reply-to
Content
> hmm I assume _PyDict_GetItemId has different reference semantics?

PyDict_GetItem() and _PyDict_GetItemId() return a borrowed reference.

PyObject_GetAttr() and _PyObject_GetAttrId() return a strong reference.
History
Date User Action Args
2019-09-10 15:37:57vstinnersetrecipients: + vstinner, steve.dower, Anthony Sottile, pablogsal
2019-09-10 15:37:57vstinnersetmessageid: <1568129877.08.0.747378111807.issue38090@roundup.psfhosted.org>
2019-09-10 15:37:57vstinnerlinkissue38090 messages
2019-09-10 15:37:57vstinnercreate