gevent v1.5.0 Release Notes

Release Date: 2020-04-10 // about 4 years ago
    • ⏱ Make gevent.lock.RLock.acquire accept the timeout parameter.
    • 🛠 Fix an AttributeError when wrapping gevent's FileObject around an opened text stream. Reported in :issue:1542 by dmrlawson.
    • 🛠 Fix compilation of libuv on AIX and Solaris 10. See :pr:1549 and :pr:1548 by Arnon Yaari.