Conversation
* fix `*args` / `**kwargs` support in `experimental-async` feature * newsfragment
* use inline const expression initializing enum singletons * newsfragment
Contributor
|
Might be nice to add #5784 too |
Co-authored-by: Thomas Tanon <thomas@pellissier-tanon.fr>
* fix `__qualname__` for complex enum variants * newsfragment * clippy
Member
Author
|
Pulled in a couple other fixes, will ship this later today unless I see other reasons to delay. |
Merging this PR will degrade performance by 15.87%
Performance Changes
Comparing Footnotes |
…5798) * docs: improve messaging around `#[pyclass(from_py_object)]` change * fmt * add justification to deprecation * fix migration guide entry
37fde58 to
9a92de2
Compare
Contributor
|
An other relevant MR: #5808 |
Member
Author
|
Hmm #5793 probably is worth investigating too, I'll give up for today and perhaps finish this off over the weekend. |
9a92de2 to
5aba214
Compare
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
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.
Holding branch for commits to publish as 0.28.1.
I imagine we will push this within a day or so if there are no more obvious fixes / regressions.