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 serhiy.storchaka
Recipients eric.snow, serhiy.storchaka, steve.dower, vstinner
Date 2016-12-25.23:09:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482707358.82.0.520568691436.issue29058@psf.upfronthosting.co.za>
In-reply-to
Content
Actually PyODict_Check, PyODict_CheckExact, and PyODict_SIZE should be excluded from limited API. These macros are expanded to the code that don't work with limited API (needed PyODict_Type and PyDictObject). PyODict_HasKey is expanded to syntactically invalid code.
History
Date User Action Args
2016-12-25 23:09:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.snow, steve.dower
2016-12-25 23:09:18serhiy.storchakasetmessageid: <1482707358.82.0.520568691436.issue29058@psf.upfronthosting.co.za>
2016-12-25 23:09:18serhiy.storchakalinkissue29058 messages
2016-12-25 23:09:18serhiy.storchakacreate