gevent 1.1.1 available

94 views
Skip to first unread message

Jason Madden

unread,
Apr 4, 2016, 1:10:43 PM4/4/16
to gevent: coroutine-based Python network library
Hello,

This is the first patch release for the gevent 1.1 series. It contains a small number of bug fixes reported since gevent 1.1.0. 

As a reminder, the gevent 1.1 series is the last series of gevent releases that will support Python 2.6. The next major release will only support Python 2.7 and above.

Please try it out and report any issues you have (https://github.com/gevent/gevent/issues).


  • Nested callbacks that set and clear an Event no longer cause wait to return prematurely. Reported in issue #771 by Sergey Vasilyev.
  • Fix build on Solaris 10. Reported in issue #777 by wiggin15.
  • The ref parameter to gevent.os.fork_and_watch() was being ignored.
  • Python 3: gevent.queue.Channel is now correctly iterable, instead of raising a TypeError.
  • Python 3: Add support for socket.socket.sendmsg()socket.socket.recvmsg() and socket.socket.recvmsg_into() on platforms where they are defined. Initial pull request #773 by Jakub Klama.
Cheers,
Jason
Reply all
Reply to author
Forward
0 new messages