Commit 0f7df968 authored by Jason Madden's avatar Jason Madden

Build with Cython 0.26

parent 80269506
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
``threading`` is monkey patched. Previously this was done when ``threading`` is monkey patched. Previously this was done when
:mod:`gevent.threading` was imported. That module is documented to :mod:`gevent.threading` was imported. That module is documented to
be used as a helper for monkey patching, so this should generally be used as a helper for monkey patching, so this should generally
functionally be the same, but some applications ignore the directly function the same, but some applications ignore the documentation
import that module anyway. and directly import that module anyway.
A positive consequence is that ``import gevent.threading, threading; A positive consequence is that ``import gevent.threading, threading;
threading.current_thread()`` will no longer return a DummyThread threading.current_thread()`` will no longer return a DummyThread
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
See :issue:`984`. See :issue:`984`.
- gevent is now built and tested with Cython 0.26.
1.2.2 (2017-06-05) 1.2.2 (2017-06-05)
================== ==================
......
setuptools setuptools
wheel wheel
cython>=0.25.1 cython>=0.26
greenlet>=0.4.10 greenlet>=0.4.10
pylint>=1.7.1 pylint>=1.7.1
prospector[with_pyroma] prospector[with_pyroma]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment