robertwb / issues-import-test

0 stars 0 forks source link

Support patchless backports_abc #103

Closed robertwb closed 7 years ago

robertwb commented 7 years ago

Reported by bdarnell on 27 Sep 2015 17:04 UTC Cython should load the Generator (and other) ABCs from backports_abc when they are not present in collections.abc (and backports_abc 0.4 or newer is available). Among other things, this will enable Cython coroutines in Tornado for older versions of Python without requiring that the application call backports_abc.patch().

Migrated-From: http://trac.cython.org/ticket/870

robertwb commented 7 years ago

Modified by scoder on 28 Sep 2015 16:36 UTC

robertwb commented 7 years ago

Modified by scoder on 28 Sep 2015 16:36 UTC

robertwb commented 7 years ago

Comment by scoder on 28 Sep 2015 16:37 UTC Fixed here: https://github.com/cython/cython/commit/f0eaa48e832fe460453271c1c388a49386700b6e