Skip to content

Support Python 3.14 partial() changes#649

Open
s-t-e-v-e-n-k wants to merge 1 commit intopython-restx:masterfrom
s-t-e-v-e-n-k:support-python-314
Open

Support Python 3.14 partial() changes#649
s-t-e-v-e-n-k wants to merge 1 commit intopython-restx:masterfrom
s-t-e-v-e-n-k:support-python-314

Conversation

@s-t-e-v-e-n-k
Copy link
Copy Markdown

functools.partial() was changed in Python 3.14 to be a method descriptor, which means we need to wrap it in staticmethod now. This change does appear to be backward compatible, so I haven't guarded it with a version check.

functools.partial() was changed in Python 3.14 to be a method
descriptor, which means we need to wrap it in staticmethod now. This
change does appear to be backward compatible, so I haven't guarded it
with a version check.
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.

1 participant