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 arigo, benjamin.peterson, vstinner
Date 2012-03-09.12:59:54
SpamBayes Score 0.0014618589
Marked as misclassified No
Message-id <1331297995.56.0.747124618045.issue14231@psf.upfronthosting.co.za>
In-reply-to
Content
ba6376dff6c4 changed dict_subscript(): _PyType_Lookup() is replaced by _PyObject_LookupSpecial(). 7b4b921f3335 fixed a reference introduced in this change.

_PyObject_Lookup() returns a borrowed reference, whereas _PyObject_LookupSpecial() increments the reference to the attribute. The issue was on borrowed reference, so the bug is already fixed.
History
Date User Action Args
2012-03-09 12:59:55vstinnersetrecipients: + vstinner, arigo, benjamin.peterson
2012-03-09 12:59:55vstinnersetmessageid: <1331297995.56.0.747124618045.issue14231@psf.upfronthosting.co.za>
2012-03-09 12:59:54vstinnerlinkissue14231 messages
2012-03-09 12:59:54vstinnercreate