This is a prototype implementation of cofunctions, a proposal that builds on the 'yield from' mechanism to provide a nicer way to write generator-based coroutine code. Prerequisites: Python 3.1.2 with YieldFrom-Python3.1.2-rev5.patch installed.