Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See
:issue:943.
Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since
the former has reached EOL.
Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0.
Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3
3.3-5.5-alpha.
Python 2 sockets are compatible with the SOCK_CLOEXEC flag found
on Linux. They no longer pass the socket type or protocol to
getaddrinfo when connect is called. Reported in :issue:944
by Bernie Hackett.
Replace optparse module with argparse. See :issue:947.
Update to version 1.3.1 of tblib to fix :issue:954,
reported by ml31415.
Fix the name of the type parameter to
:func:gevent.socket.getaddrinfo to be correct on Python 3. This
would cause callers using keyword arguments to raise a :exc:TypeError.
Reported in :issue:960 by js6626069. Likewise, correct the
argument names for fromfd and socketpair on Python 2,
although they cannot be called with keyword arguments under CPython.
.. note:: The gethost* functions take different argument names
under CPython and PyPy. gevent follows the CPython
convention, although these functions cannot be called with
keyword arguments on CPython.
The previously-singleton exception objects FileObjectClosed and
cancel_wait_ex were converted to classes. On Python 3, an
exception object is stateful, including references to its context
and possibly traceback, which could lead to objects remaining alive
longer than intended.
Make sure that python -m gevent.monkey <script> runs code in the
global scope, not the scope of the main function. Fixed in
:pr:975 by Shawn Bohrer.
You can trigger a rebase of this PR 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/Qabel/qabel-drop/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps gevent from 1.2.1 to 23.9.1.
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.You can trigger a rebase of this PR 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