-
Notifications
You must be signed in to change notification settings - Fork 844
release: 0.25.1 #5191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
release: 0.25.1 #5191
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Implements basic method introspection * Code review feedback * Fixes CI
* Add Windows ARM64 Build configuration * Add change notes * add llvm install * fix yml syntax * correct `os` in `if` clause * add llvm version * fix clippy, ignore coverage for now * correct `if` condition --------- Co-authored-by: David Hewitt <[email protected]>
* Adds introspection for modules associated constants * Add support for `Final` constants. * Document changes * Review fixes * Fix typo
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Catching invalid asyncs * Catching invalid asyncs (adding missing file) * formating * adding changelog file * Update newsfragments/5156.fixed.md Co-authored-by: Daniel McCarney <[email protected]> * make sure no experimental-async feature * revert pytest/test_awaitable.py changes * make sure not using experimental-async feature --------- Co-authored-by: Daniel McCarney <[email protected]>
* Expose the vectorcall functions also on GraalPy * Add PyBytes_AS_STRING, seen in ormsgpack * Call Py_Is function on GraalPy
The "to_le()" conversion on the u128 seems to be just wrong.
* fix nightly warning of inconsistent lifetime use * workaround Python 3.13.4 ffi-check issue on Windows
* readme: add Kyle Barron libraries/packages * remove from readme obstore ref '1'
* Make PyObjectObRefcnt.refcnt_and_flags 64-bit-only Fix #5175 as described in #5175 (comment). * Add a news fragment for #5180
alex
reviewed
Jun 12, 2025
Co-authored-by: Alex Gaynor <[email protected]>
9c8ee3d
to
fabc0ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is cherry-picks of fixes and non-breaking additions since PyO3 0.25.0 (targeting the
release-0.25
branch).I will put this live tomorrow unless I hear reasons to wait.