Simon Cross wrote:
> We've run into some minor issues with the limitations in PyType_Slot
> (https://docs.python.org/3/c-api/type.html#c.PyType_Slot.PyType_Slot.slot)
> but we are working around them for the moment.
> It would be useful to have some sense of where PyType_FromSpec is
> headed -- e.g. is it a goal to have it support all of the features of
> static types in the future -- so that we can perhaps help suggest /
> implement small changes that head in the right direction and also
> ensure that HPy is aligned with the immediate future of the C API.

Yes, the goal is to have it support all the features of static types.
If you see something that's not in PEP 630 open issues 
(https://www.python.org/dev/peps/pep-0630/#open-issues),
I'd like to know.
I'm using https://github.com/encukou/abi3/issues to collect issues related to 
the stable ABI. Maybe have some of HPy's issues there already.

And fixes are always welcome, of course :)
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/BFLYTI2WZZY5W3LKF5WBT4MZBTB6O7N6/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to