Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[ty] Sync vendored typeshed stubs#25779

Merged
AlexWaygood merged 7 commits into
mainfrom
typeshedbot/sync-typeshed
Jun 9, 2026
Merged

[ty] Sync vendored typeshed stubs#25779
AlexWaygood merged 7 commits into
mainfrom
typeshedbot/sync-typeshed

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Close and reopen this PR to trigger CI

@github-actions github-actions Bot added the ty Multi-file analysis & type inference label Jun 9, 2026
@AlexWaygood AlexWaygood closed this Jun 9, 2026
@AlexWaygood AlexWaygood reopened this Jun 9, 2026
@astral-sh-bot

astral-sh-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

Typing conformance results

No changes detected ✅

Current numbers
The percentage of diagnostics emitted that were expected errors held steady at 92.23%. The percentage of expected errors that received a diagnostic held steady at 87.42%. The number of fully passing files held steady at 92/134.

@astral-sh-bot

astral-sh-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

Memory usage report

Summary

Project Old New Diff Outcome
sphinx 207.60MB 207.73MB +0.06% (126.02kB)
prefect 564.52MB 564.62MB +0.02% (100.83kB)
trio 87.84MB 87.92MB +0.09% (80.60kB)
flake8 35.37MB 35.42MB +0.16% (59.33kB)

Significant changes

Click to expand detailed breakdown

sphinx

Name Old New Diff Outcome
parsed_module 22.24MB 22.31MB +0.31% (69.76kB)
source_text 7.25MB 7.30MB +0.67% (49.69kB)
semantic_index 43.45MB 43.45MB +0.01% (4.64kB)
Definition 7.41MB 7.41MB +0.02% (1.33kB)
infer_expression_types_impl 20.49MB 20.49MB +0.00% (668.00B)
CallableType 1.36MB 1.36MB -0.02% (304.00B)
Expression 2.86MB 2.86MB +0.00% (128.00B)
ScopeId 731.91kB 731.99kB +0.01% (80.00B)
place_by_id 1.38MB 1.38MB +0.00% (72.00B)
StaticClassLiteral<'db>::implicit_attribute_inner_ 699.14kB 699.10kB -0.01% (44.00B)
infer_expression_type_impl 279.59kB 279.56kB -0.01% (28.00B)
all_narrowing_constraints_for_expression 4.12MB 4.12MB +0.00% (24.00B)
dunder_all_names 19.91kB 19.92kB +0.06% (12.00B)
member_lookup_with_policy_inner 5.64MB 5.64MB +0.00% (8.00B)

prefect

Name Old New Diff Outcome
parsed_module 23.41MB 23.47MB +0.28% (67.08kB)
source_text 25.22MB 25.27MB +0.18% (47.25kB)
semantic_index 129.48MB 129.49MB +0.01% (6.78kB)
when_constraint_set_assignable_to_owned_impl 3.05MB 3.04MB -0.13% (4.06kB)
StaticClassLiteral<'db>::try_mro_ 4.33MB 4.33MB -0.06% (2.86kB)
member_lookup_with_policy_inner 13.53MB 13.53MB -0.02% (2.17kB)
Type<'db>::class_member_with_policy_ 10.02MB 10.01MB -0.02% (1.83kB)
Definition 20.36MB 20.37MB +0.01% (1.56kB)
infer_definition_types 75.88MB 75.87MB -0.00% (1.45kB)
infer_deferred_types 8.75MB 8.75MB -0.01% (996.00B)
Specialization 2.51MB 2.51MB -0.04% (960.00B)
infer_expression_types_impl 55.21MB 55.21MB +0.00% (744.00B)
BoundMethodType<'db>::bound_signatures_ 460.20kB 459.51kB -0.15% (704.00B)
Type<'db>::class_member_with_policy_::interned_arguments 5.68MB 5.67MB -0.01% (624.00B)
GenericAlias 1.03MB 1.03MB -0.05% (576.00B)
... 37 more

trio

Name Old New Diff Outcome
parsed_module 18.23MB 18.27MB +0.24% (45.59kB)
source_text 3.71MB 3.74MB +0.76% (28.97kB)
semantic_index 21.15MB 21.15MB +0.02% (4.25kB)
Definition 3.61MB 3.61MB +0.03% (1.17kB)
infer_expression_types_impl 6.57MB 6.57MB +0.01% (400.00B)
Expression 1.26MB 1.26MB +0.01% (128.00B)
ScopeId 428.91kB 428.98kB +0.02% (80.00B)
place_by_id 568.00kB 568.02kB +0.00% (24.00B)

flake8

Name Old New Diff Outcome
parsed_module 11.87MB 11.90MB +0.27% (32.79kB)
source_text 1.56MB 1.58MB +1.47% (23.56kB)
semantic_index 9.71MB 9.72MB +0.02% (1.60kB)
Definition 1.82MB 1.82MB +0.02% (400.00B)
infer_expression_types_impl 974.05kB 974.41kB +0.04% (376.00B)
infer_definition_types 1.57MB 1.57MB +0.01% (204.00B)
member_lookup_with_policy_inner::interned_arguments 201.68kB 201.80kB +0.06% (120.00B)
member_lookup_with_policy_inner 404.40kB 404.51kB +0.03% (112.00B)
ModuleLiteralType 11.32kB 11.39kB +0.62% (72.00B)
Expression 321.19kB 321.25kB +0.02% (64.00B)
ScopeId 235.94kB 235.98kB +0.02% (40.00B)
place_by_id 141.45kB 141.48kB +0.02% (24.00B)

@AlexWaygood

Copy link
Copy Markdown
Member

(this is an out-of-schedule, manually triggered update to pull in some improvements from docstrings-adder -- which now supports Python 3.15 -- and Black, which now has better formatting of stub files with docstrings in them)

@AlexWaygood AlexWaygood enabled auto-merge (squash) June 9, 2026 13:57
@AlexWaygood AlexWaygood disabled auto-merge June 9, 2026 13:57
@astral-sh-bot

astral-sh-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

ecosystem-analyzer results

Lint rule Added Removed Changed
invalid-argument-type 4 0 0
Total 4 0 0

Raw diff:

dd-trace-py (https://github.com/DataDog/dd-trace-py)
+ ddtrace/llmobs/decorators.py:217:80 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:233:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:254:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`
+ ddtrace/llmobs/decorators.py:279:84 error[invalid-argument-type] Argument to function `_get_span_inputs` is incorrect: Expected `OrderedDict[Unknown, Unknown]`, found `dict[str, Any] & ~AlwaysFalsy`

Full report with detailed diff (timing results)

@AlexWaygood AlexWaygood self-assigned this Jun 9, 2026
@AlexWaygood AlexWaygood merged commit e8727a7 into main Jun 9, 2026
59 checks passed
@AlexWaygood AlexWaygood deleted the typeshedbot/sync-typeshed branch June 9, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ty Multi-file analysis & type inference

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant