Skip to content

Prepare for Python 3.13: replace classmethod(AutoConfig(...)) with a new dedicated AutoConfigClassMethod descriptor. - #598

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_855235679
Jan 15, 2026
Merged

Prepare for Python 3.13: replace classmethod(AutoConfig(...)) with a new dedicated AutoConfigClassMethod descriptor.#598
copybara-service[bot] merged 1 commit into
mainfrom
test_855235679

Conversation

@copybara-service

Copy link
Copy Markdown

Prepare for Python 3.13: replace classmethod(AutoConfig(...)) with a new dedicated AutoConfigClassMethod descriptor.

This is necessary because Python 3.13 no longer recognizes descriptor chaining: python/cpython#110163

@copybara-service
copybara-serviceBotforce-pushed the test_855235679 branch 5 times, most recently from 1f05ce1 to f459007CompareJanuary 15, 2026 12:09
…a new dedicated `AutoConfigClassMethod` descriptor.
This is necessary because Python 3.13 no longer recognizes descriptor chaining: python/cpython#110163
PiperOrigin-RevId: 856608179
@copybara-service
copybara-serviceBot merged commit 3d956df into mainJan 15, 2026
@copybara-service
copybara-serviceBot deleted the test_855235679 branch January 15, 2026 12:46
Sign up for freeto 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.

1 participant

@oprypin