Python 2: sendall on a non-blocking socket could spuriously fail
with a timeout.
If sys.stderr has been monkey-patched (not recommended),
exceptions that the hub reports aren't lost and can still be caught.
Reported in :issue:825 by Jelle Smet.
:class:selectors.SelectSelector is properly monkey-patched
regardless of the order of imports. Reported in :issue:835 by
Przemysław Węgrzyn.
Python 2: reload(site) no longer fails with a TypeError if
gevent has been imported. Reported in :issue:805 by Jake Hilton.
1.1.1 (Apr 4, 2016)
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 :func:gevent.os.fork_and_watch was being ignored.
Python 3: :class:gevent.queue.Channel is now correctly iterable, instead of
raising a :exc:TypeError.
Python 3: Add support for :meth:socket.socket.sendmsg,
:meth:socket.socket.recvmsg and :meth:socket.socket.recvmsg_into
on platforms where they are defined. Initial :pr:773 by Jakub
Klama.
1.1.0
Python 3: A monkey-patched :class:threading.RLock now properly
blocks (or deadlocks) in acquire if the default value for
timeout of -1 is used (which differs from gevent's default of
None). The acquire method also raises the same :exc:ValueError
exceptions that the standard library does for invalid parameters.
Reported in #750 by Joy Zheng.
Fix a race condition in :class:~gevent.event.Event that made it
return False when the event was set and cleared by the same
greenlet before allowing a switch to already waiting greenlets. (Found
by the 3.4 and 3.5 standard library test suites; the same as Python
bug 13502_. Note that the Python 2 standard library still has this
race condition.)
:class:~gevent.event.Event and :class:~.AsyncResult now wake
waiting greenlets in the same (unspecified) order. Previously,
AsyncResult tended to use a FIFO order, but this was never
guaranteed. Both classes also use less per-instance memory.
Using a :class:~logging.Logger as a :mod:pywsgi error or request
log stream no longer produces extra newlines. Reported in
#756 by ael-code.
Windows: Installing from an sdist (.tar.gz) on PyPI no longer
requires having Cython installed first. (Note that the binary installation
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/scieloorg/ratchet/network/alerts).
Bumps gevent from 1.0.1 to 23.9.1.
Release notes
Sourced from gevent's releases.
... (truncated)
Changelog
Sourced from gevent's changelog.
Commits
3977b6b
Preparing release 23.9.10686454
Typo.bdc82c9
Bump to greenlet 3.0rc3ca0f9cb
Bump to greenlet 3.0rc2 and require it on Py3.11 as well as 3.12. Also, since...0047199
Back to development: 23.9.0.post20687992
Preparing release 23.9.0.post1166ecf1
Fix windows wheel builds; ensure mac wheel builds have the universal2 tag9b72b8c
Back to development: 23.9.1693181e
Preparing release 23.9.06fc7898
Set the cython version; go back to default wheel tags.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show