Skip to content

Fix keyword handling

Scott Snyder requested to merge ssnyder/coral:dict.PyCoral-20200410 into master

Use PyDict_Size instead of PyTuple_GET_SIZE for a keywords object --- the object is a dictionary. Fixes crash seen with py3.

Merge request reports