gevent v20.6.2 Release Notes

Release Date: 2020-06-16 // almost 4 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ— It is now possible to build and use the embedded libuv on a Cygwin platform.

    Note that Cygwin is not an officially supported platform of upstream libuv and is not tested by gevent, so the actual working status is unknown, and this may bitrot in future releases.

    Thanks to berkakinci for the patch. See :issue:issue1645.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ˜Œ Relax the version constraint for psutil on PyPy.

    Previously it was pinned to 5.6.3 for PyPy2, except for on Windows, where it was excluded. It is now treated the same as CPython again. See :issue:issue1643.