3.1. Extending through C

Through C, you can implement new built-in object types and you can call C library functions. This can be useful if you need a feature that isn't implemented in Python (yet).