Initial Commit / Linux Combined Proof of Concept example
This commit is contained in:
commit
d0d2eae762
935 changed files with 155947 additions and 0 deletions
12
deps_linux/Python-3.11.1/README.rst
Normal file
12
deps_linux/Python-3.11.1/README.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
The Python C API
|
||||
================
|
||||
|
||||
The C API is divided into three sections:
|
||||
|
||||
1. ``Include/``: Limited API
|
||||
2. ``Include/cpython/``: CPython implementation details
|
||||
3. ``Include/internal/``: The internal API
|
||||
|
||||
Information on changing the C API is available `in the developer guide`_
|
||||
|
||||
.. _in the developer guide: https://devguide.python.org/c-api/
|
||||
Loading…
Add table
Add a link
Reference in a new issue