-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Missing __type_params__
in the documentation of functools.update_wrapper
.
#119010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 13, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
May 13, 2024
sobolevn
added a commit
that referenced
this issue
May 13, 2024
…pper` (#119012) Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 13, 2024
…te_wrapper` (pythonGH-119012) (cherry picked from commit b04c497) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 13, 2024
…te_wrapper` (pythonGH-119012) (cherry picked from commit b04c497) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
sobolevn
added a commit
that referenced
this issue
May 13, 2024
…ate_wrapper` (GH-119012) (#119014) gh-119010: Adds docs about `__type_params__` to `functools.update_wrapper` (GH-119012) (cherry picked from commit b04c497) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
sobolevn
added a commit
that referenced
this issue
May 13, 2024
…ate_wrapper` (GH-119012) (#119013) gh-119010: Adds docs about `__type_params__` to `functools.update_wrapper` (GH-119012) (cherry picked from commit b04c497) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…te_wrapper` (python#119012) Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
The description of the default
WRAPPER_ASSIGNMENTS
in the docs forfunctools.update_wrapper
omits the__type_params__
attribute, which is included in the implementation since 3fadd7d.Linked PRs
__type_params__
tofunctools.update_wrapper
#119012__type_params__
tofunctools.update_wrapper
(GH-119012) #119013__type_params__
tofunctools.update_wrapper
(GH-119012) #119014The text was updated successfully, but these errors were encountered: