Update dependency zope-interface to v8.5 #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/zope-interface-8.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:
==8.4→==8.5Release Notes
zopefoundation/zope.interface (zope-interface)
v8.5Compare Source
Build and upload free-threaded (
cp314t,cp315t) wheels for allplatforms.
Expand CI testing for free-threaded Python 3.14t from Linux-only to all
platforms (macOS, Windows), and add 3.15t CI.
See
issue 374 <https://github.com/zopefoundation/zope.interface/issues/374>_.Replace all remaining
PyDict_GetItem()calls in the C extension withexception-safe alternatives (
PyDict_Contains,PyDict_GetItemWithError).PyDict_GetItemsilently swallows exceptions from__hash__/__eq__,causing
isOrExtends()to returnFalseinstead of raisingTypeErrorfor unhashable objects. Also use
PyType_GetDict()on Python 3.13+ forfree-threading safety when accessing the type dict.
See
issue 357 <https://github.com/zopefoundation/zope.interface/issues/357>_.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.