-
Notifications
You must be signed in to change notification settings - Fork 784
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
release: 0.21.2 #4037
release: 0.21.2 #4037
Conversation
We're tracking our progress here:
pyca/cryptography#10676
It'll probably be at least a week or two for us to burn this down though.
…On Tue, Apr 2, 2024, 4:33 PM David Hewitt ***@***.***> wrote:
WIP holding branch for cherry-picks for the 0.21.2 patch release. I think
at least #4036 <#4036> also needs
fixing first, and also I'd like to see cryptography finish updating to 0.21
before we bother pushing another patch.
------------------------------
You can view, comment on, or merge this pull request online at:
#4037
Commit Summary
- d5f2988
<d5f2988>
fix compile error for multiple async method arguments (#4035)
File Changes
(3 files <https://github.com/PyO3/pyo3/pull/4037/files>)
- *A* newsfragments/4035.fixed.md
<https://github.com/PyO3/pyo3/pull/4037/files#diff-ff05ec9c21b23d5c81df8fc579c5cb150c5619642082e16395bbf4713b446ef7>
(1)
- *M* pyo3-macros-backend/src/method.rs
<https://github.com/PyO3/pyo3/pull/4037/files#diff-caf6040111c96355d3748eba7c8d2b3b86ac769dbf7c76f3071dc4c41b8ed956>
(25)
- *M* tests/test_coroutine.rs
<https://github.com/PyO3/pyo3/pull/4037/files#diff-ee273eae92b037593d82724fe90548addc9611a929849876c16c4c99522c1e64>
(66)
Patch Links:
- https://github.com/PyO3/pyo3/pull/4037.patch
- https://github.com/PyO3/pyo3/pull/4037.diff
—
Reply to this email directly, view it on GitHub
<#4037>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBGWDAPLGDDCF2KS2Y3Y3MIYHAVCNFSM6AAAAABFUB543CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDCMZZGQ4DQMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
CodSpeed Performance ReportMerging #4037 will degrade performances by 20.83%Comparing Summary
Benchmarks breakdown
|
…elf` (#4045) * add descriptive error msg for `__traverse__` receivers other than `self` * add newsfragment * improve error message
Fix incorrect closing brackets
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add `#[doc(hidden)]` to the Rust module created by `#[pymodule]` * add newsfragment
* fix declarative-modules compile error * add newsfragment
…fects in macro code (#4074) * Resolve references to legacy numerical constants and use the associated constants instead * Suppress non_local_definitions lint as we often want the non-local effects in macro code
d5f2988
to
4a52361
Compare
I think we've now collected quite a few fixes here and this is ready to be pushed; I'll publish this release on Tuesday unless I hear a reason to wait! |
We forgot a deprecation working for |
Ah good catch, good idea! I'll take a look at that this evening hopefully if nobody opens a PR sooner... |
* Deprecate the `PySet::empty` gil-ref constructor * add newsfragment
4a52361
to
c58c670
Compare
WIP holding branch for cherry-picks for the 0.21.2 patch release. I think at least #4036 also needs fixing first, and also I'd like to see cryptography finish updating to 0.21 before we bother pushing another patch.