[issue29086] Document C API that is not part of the limited API

2021-06-01 Thread Petr Viktorin
Petr Viktorin added the comment: PEP 652 is now in, and with it a list of everything that *is* in the stable ABI: https://docs.python.org/3.10/c-api/stable.html#contents-of-limited-api I'm closing the issue. -- resolution: -> fixed stage: patch review -> resolved status: open ->

[issue29086] Document C API that is not part of the limited API

2021-02-18 Thread Petr Viktorin
Petr Viktorin added the comment: PEP 652 is currently draft & it's discussed at https://discuss.python.org/t/pep-652-maintaining-the-stable-abi/6986 -- ___ Python tracker

[issue29086] Document C API that is not part of the limited API

2021-02-18 Thread Nicholas Sim
Change by Nicholas Sim : -- nosy: +nw0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29086] Document C API that is not part of the limited API

2021-02-02 Thread Petr Viktorin
Petr Viktorin added the comment: The bigger problem is that currently, it's not clear what is limited API and what is not. I am working to propose a PEP to fix this. It will also cover documentation: https://discuss.python.org/t/pre-pep-maintaining-the-stable-abi/6986 -- nosy:

[issue29086] Document C API that is not part of the limited API

2020-11-06 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +22089 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23185 ___ Python tracker

[issue29086] Document C API that is not part of the limited API

2020-06-25 Thread STINNER Victor
Change by STINNER Victor : -- components: +C API ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29086] Document C API that is not part of the limited API

2018-01-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have found that there is an option :stableabi: for C API elements. But it is not used in the documentation. Shouldn't we start to use it? -- ___ Python tracker

[issue29086] Document C API that is not part of the limited API

2016-12-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: >From the documentation: https://docs.python.org/3/c-api/stable.html In the C API documentation, API elements that are not part of the limited API are marked as "Not part of the limited API." But they don't. Following sample patch adds the notes to