fix(deps): update dependency greenlet to v3.5.1 #21
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/greenlet-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==3.5.0→==3.5.1Release Notes
python-greenlet/greenlet (greenlet)
v3.5.1Compare Source
==================
reviewed by CPython core developers, but all tests pass. Binary
wheels of this version won't work on earlier Python 3.15 builds and
may not work on later 3.15 builds.
getcurrentAPIs behaveduring greenlet teardown. One API (the C API used by, e.g., gevent) raised a
RuntimeError; the other (the Pythongreenlet.getcurrentAPI)returned
None. This second way is incompatible with greenlet's typeannotations, so
greenlet.getcurrentnow raises aRuntimeErroras well.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.