Lenard Lindstrom

Results 2 comments of Lenard Lindstrom

The **api** keyword makes Cython C functions and extension types accessible in pure C code. It is described [here](https://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html?highlight=public#c-api-declarations) in the Cython doc.

### Further Notes - pygame built from revision 9bb56587 cloned from repository. - The Python **pip** package installer looks for a _pyproject.toml_ file described in [PEP 518](https://peps.python.org/pep-0518/), [PEP 517](https://peps.python.org/pep-0517/), [PEP...