-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix up
Conditional
-forwarding for vararg methods
If `Conditional` is imposed on argument that is squashed to vararg-tuple then we don't need to `widenconditional` on `isva_given_argtypes` (because `Conditional`-information is already widened during the conversion to that vararg-tuple type -- since `PartialStruct` now never wraps slot wrappers with the explicit check within its constructor). Fixes #47435.
- Loading branch information
Showing
2 changed files
with
63 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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