On Wed, 14 Jun 2017, Jesper Mattsson (JIRA) wrote:

Thanks for the update. Did you think that the changes in the patch are reasonable?

Well, it was a start.
I had to redo this on the Python 3 side as it looks like Python types with multiple base types are better supported there via the new PyType_FromSpecWithBases() API.

I just now converted the jcc3 Python type object generation to use PyType_Spec structs and PyType_FromSpec in preparation for supporting multiple base types.

Andi..

Reply via email to