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

Build with Cython 0.26

parent 80269506
......@@ -17,8 +17,8 @@
``threading`` is monkey patched. Previously this was done when
:mod:`gevent.threading` was imported. That module is documented to
be used as a helper for monkey patching, so this should generally
functionally be the same, but some applications ignore the directly
import that module anyway.
function the same, but some applications ignore the documentation
and directly import that module anyway.
A positive consequence is that ``import gevent.threading, threading;
threading.current_thread()`` will no longer return a DummyThread
......@@ -28,6 +28,8 @@
See :issue:`984`.
- gevent is now built and tested with Cython 0.26.
1.2.2 (2017-06-05)
==================
......
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