Unfortunately the public headers act as de-facto documentation.

On Wed, Jan 27, 2021 at 8:10 AM Mark Shannon <m...@hotpy.org> wrote:

> Hi everyone,
>
> Are C structs part of the C-API if the struct is only included in a
> header, but not documented?
>
> I have always assumed not, but it isn't clear.
>
> This question arose in https://github.com/python/cpython/pull/24298
>
> Obviously, any structs listed in
> https://docs.python.org/3/c-api/structures.html are part of the API
>
> Thoughts?
>
> Cheers,
> Mark.
> _______________________________________________
> 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/S45H4YOOHCFRGLDIU4XRTPRANP5D2KSD/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
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/YM65CFSTTI2UF2YB4SSDE5JI4QAH6IPD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to