• CEP 307: Generators and PEP 342 Coroutines
  • Overview
  • Closure support
  • Python function refactoring
  • Writing utility code in Cython
  • Implementing a custom 'coroutine' type
  • Support temporary variables in closures
  • Implementing generator functions