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 methane, vstinner, xiang.zhang
Date 2016-09-13.10:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473763521.15.0.988080214269.issue28123@psf.upfronthosting.co.za>
In-reply-to
Content
> _PyDict_GetItem_KnownHash is not invoked by any other dict methods.

Oh, I missed that. In this case, I suggest you to expose the function at Python level using the _testcapi module. And then use _testcapi._PyDict_GetItem_KnownHash() in test_dict.

It would be nice to have unit tests on _PyDict_GetItem_KnownHash(), this function starts to become important in Python.
History
Date User Action Args
2016-09-13 10:45:21vstinnersetrecipients: + vstinner, methane, xiang.zhang
2016-09-13 10:45:21vstinnersetmessageid: <1473763521.15.0.988080214269.issue28123@psf.upfronthosting.co.za>
2016-09-13 10:45:21vstinnerlinkissue28123 messages
2016-09-13 10:45:21vstinnercreate