fix(deps): update dependency greenlet to v3.5.0 #55
Loading…
Add table
Add a link
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.4.0→==3.5.0Release Notes
python-greenlet/greenlet (greenlet)
v3.5.0Compare Source
==================
Remove the
atexitcallback. This callback caused greenlet APIsto become unavailable far too soon during interpreter shutdown. Now
they remain available while all
atexitcallbacks run. Sometimeafter
Py_IsFinalizingbecomes true, they may begin misbehaving.Because the order in which C extensions are finalized is undefined,
C extensions that are sensitive to this need to check the results of
that function before invoking greenlet APIs. As a convenience,
PyGreenlet_GetCurrentsets an exception and returnsNULLwhen this happens (and
greenlet.getcurrentbegins returningNone); other greenlet C API functions have undefined behaviour.Methods invoked directly on pre-existing
greenlet.greenletobjects will continue to function at least until the greenlet C
extension has been garbage collected and finalized.
See
PR 508 <https://github.com/python-greenlet/greenlet/pull/508>_.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.
a1d0dc09a44158f36758