Skip to content
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

[3.9] bpo-45438: format of inspect.Signature with generic builtins (GH-29212) #29254

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 27, 2021

Use types.GenericAlias in inspect.formatannotation to correctly add
type arguments of builtin types to the string representation of
Signatures.

Co-authored-by: Martin Rückl martin.rueckl@codecentric.de
(cherry picked from commit d02ffd1)

Co-authored-by: Martin Rueckl enigma@nbubu.de

https://bugs.python.org/issue45438

…H-29212)

Use types.GenericAlias in inspect.formatannotation to correctly add
type arguments of builtin types to the string representation of
Signatures.

Co-authored-by: Martin Rückl <martin.rueckl@codecentric.de>
(cherry picked from commit d02ffd1)

Co-authored-by: Martin Rueckl <enigma@nbubu.de>
@miss-islington
Copy link
Contributor Author

@martinitus and @gvanrossum: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@martinitus and @gvanrossum: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@martinitus and @gvanrossum: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@martinitus and @gvanrossum: Status check is done, and it's a success ✅ .

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.

None yet

5 participants