Skip to content

[Backport][v1.80.x][Python] New _create method for aio.Metadata#41888

Merged
sergiitk merged 1 commit intogrpc:v1.80.xfrom
sergiitk:backport-1.80-fix-api
Mar 23, 2026
Merged

[Backport][v1.80.x][Python] New _create method for aio.Metadata#41888
sergiitk merged 1 commit intogrpc:v1.80.xfrom
sergiitk:backport-1.80-fix-api

Conversation

@sergiitk
Copy link
Copy Markdown
Member

Backport of #41678 to v1.80.x.

This PR adds new create method for aio.Metadata, as described in the comment here - #40226 (comment)

Reason being from_tuple as the name says should actually create only from tuple whereas the method actually takes other arguments as well.

Hence we introduce the new _create method, which is internal as of now.

This PR adds new create method for `aio.Metadata`, as described in the comment here  - grpc#40226 (comment)

Reason being `from_tuple` as the name says should actually create only from `tuple` whereas the method actually takes other arguments as well.

Hence we introduce the new `_create` method, which is internal as of now.

Closes grpc#41678

COPYBARA_INTEGRATE_REVIEW=grpc#41678 from asheshvidyut:fix-api c1a0281
PiperOrigin-RevId: 885107284
@sergiitk sergiitk requested a review from asheshvidyut March 17, 2026 19:29
@sergiitk sergiitk self-assigned this Mar 17, 2026
@sergiitk sergiitk added the release notes: no Indicates if PR should not be in release notes label Mar 17, 2026
Copy link
Copy Markdown
Member

@asheshvidyut asheshvidyut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sergiitk sergiitk merged commit 91778be into grpc:v1.80.x Mar 23, 2026
56 of 59 checks passed
@sergiitk sergiitk deleted the backport-1.80-fix-api branch March 23, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang/Python priority/P0/RELEASE BLOCKER release notes: no Indicates if PR should not be in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants