Navigation

  • index
  • next |
  • previous |
  • Unofficial Python Development (Victor's notes) documentation »
  • Popular third party extension modules

Popular third party extension modules¶

To test C API changes in Python, it’s useful to test a bunch of popular extension modules to check if they still build.

Cython¶

The first important candidate is Cython, many projects use it:

  • Cython

  • lxml

  • numpy (Cython + C API)

  • pandas

  • pyzmq (for Jupyter)

  • scipy

Python C API¶

Use directly the C API:

  • Mercurial

  • Pillow

  • cffi

  • psycopg2

Previous topic

Test the next Python

Next topic

Analysis of CPython binary assembly

Quick search

Navigation

  • index
  • next |
  • previous |
  • Unofficial Python Development (Victor's notes) documentation »
  • Popular third party extension modules
© Copyright 2022, Victor Stinner. Created using Sphinx 9.1.0.