Serhiy Storchaka added the comment:

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.

----------
nosy: +eric.snow

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29058>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to