Skip to content
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

primer performance check - 1.13.1 & bisect #474

Closed
wants to merge 25 commits into from

Conversation

DetachHead
Copy link
Owner

No description provided.

@DetachHead DetachHead changed the title primer performance check - 1.13.1 primer performance check - 1.13.1 & bisect Jul 5, 2024
…lasses with `init=False`"

This reverts commit 876baea.
…ative (fall-through) case of a match expression when the subject expression is an unbounded tuple. This addresses #8219."

This reverts commit 24f64f7.
…tic when a variable is assigned a value using a walrus operator and is later used in a `**` call argument. This addresses #8218."

This reverts commit 2672441.
…eral expressions if the python version is >= 3.10. The grammar was changed in 3.10 to support this. This addresses #8216."

This reverts commit bc1fc9f.
…constructor that infers a class-scoped ParamSpec when the passed function is generic. This addresses #8170. (#8215)"

This reverts commit 3a26313.
… callback protocol with a function-scoped type variable. This addresses #8177. (#8207)"

This reverts commit 6ffb60b.
…e dataclass variables that are initialized implicitly by the synthesized `__init__` method."

This reverts commit ee12ebc.
…`__set__` and `__delete__` calls to a descriptor object. This addresses #8181. (#8198)"

This reverts commit 2efc12f
…n diagnostic when using `tuple[()]` in overloads. This addresses #8194. (#8195)"

This reverts commit d2ff2a4.
…e closely with the new Python 3.12 `type` syntax. This partially addresses #8185."

This reverts commit 221a977.
… therefore a crash) in certain circumstances when computing the MRO for a class. This addresses #8191."

This reverts commit 1bbb5d9.
…able code was not supported for `if` or `else` suites when the condition type was narrowed to `Never`. This addresses microsoft/pylance-release#6028. (#8190)"

This reverts commit b841e11.
…ect used in an index expression supports `__index__` but the indexed object specifies that it requires `int`. This addresses #8183. (#8188)"

This reverts commit 81ff21e.
…le` check relating to `NamedTuple` instance variables. This addresses #8184."

This reverts commit 98d68d5.
… classes used for multiple inheritance. This addresses #8167. (#8175)"

This reverts commit 20942b3.
…ive on `NamedTuple` (new bug in upstream)" since it has now been fixed upstream"

This reverts commit 9f80bab.
@DetachHead DetachHead closed this Jul 6, 2024
@DetachHead DetachHead deleted the performance-thingy-3 branch July 6, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant