FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.9] bpo-45438: format of inspect.Signature with generic builtins (GH-29212) by miss-islington · Pull Request #29254 · python/cpython · GitHub

/ cpython Public

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

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-d02ffd1-3.9
Oct 27, 2021
Merged

[3.9] bpo-45438: format of inspect.Signature with generic builtins (GH-29212)#29254
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-d02ffd1-3.9

Conversation

miss-islington commented Oct 27, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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>

Copy link
Copy Markdown
Contributor Author

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

1 similar comment

Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Contributor Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

5 participants


Back | FazBrowse Home | New Git URL