• CEP 523: Native dispatch through Python wrappers around C functions
  • Introduction
  • Steps
  • Protocol for getting the underlying cdef of a def
  • High-level protocol
  • Fast Cython-only protocol
  • Casting Python callables to C function pointers
  • Thunk deallocation
  • Optimizing PyObject_Call