[Python-Dev] PEP 550 v4 (original) (raw)

Yury Selivanov yselivanov.ml at gmail.com
Sat Aug 26 12:28:38 EDT 2017


On Sat, Aug 26, 2017 at 6:22 AM, Stefan Behnel <stefan_ml at behnel.de> wrote:

Hi,

I'm aware that the current implementation is not final, but I already adapted the coroutine changes for Cython to allow for some initial integration testing with real external (i.e. non-Python coroutine) targets. I haven't adapted the tests yet, so the changes are currently unused and mostly untested. https://github.com/scoder/cython/tree/pep550execcontext I also left some comments in the github commits along the way.

Huge thanks for thinking about how this proposal will work for Cython and trying it out. Although I must warn you that the last reference implementation is very outdated, and the implementation we will end up with will be very different (think a total rewrite from scratch).

Yury



More information about the Python-Dev mailing list