pythoncapi
latest
Statistics on the Python C API
Status of the new Python C API
Rationale to change the Python C API
Bad C API
A new C API for Python
Python runtimes
Old C API
Implement a PyTypeObject in C
Optimization ideas
Fix the Python C API to optimize Python
Backward compatibility
Supporting multiple Python versions per operating system release
C API calling conventions
Python stable ABI
Consumers of the Python C API
Popular C extensions using the C API
Popular modules using Cython
Debugging tools
PyPy cpyext module
Cython
cffi
Gilectomy
Remove the C API
Performance
Split Include/ directory
PyHandle
Deprecate old APIs
Python Intermediate representation (IR)
Reorganize Python “runtime”
Opaque PyObject structure
Implicit and explicit resource management
Links
Misc notes
pythoncapi
Docs
»
Consumers of the Python C API
Edit on GitHub
Consumers of the Python C API
¶
Popular C extensions using the C API
¶
numpy
pandas
Cython
Pillow
lxml
Popular modules using Cython
¶
uvloop
See
Cython
.
Debugging tools
¶
Need to access implementation details:
faulthandler
vmprof
Read the Docs
v: latest
Versions
latest
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.