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.10] bpo-44524: Fix an issue wherein _GenericAlias._name was not properly set for specialforms (GH-27614) #27632

Merged
merged 1 commit into from Aug 6, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 6, 2021

Co-authored-by: Ken Jin 28750310+Fidget-Spinner@users.noreply.github.com
Co-authored-by: Łukasz Langa lukasz@langa.pl
(cherry picked from commit 8bdf12e)

Co-authored-by: Bas van Beek 43369155+BvB93@users.noreply.github.com

https://bugs.python.org/issue44524

…y set for specialforms (pythonGH-27614)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 8bdf12e)

Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Aug 6, 2021

@BvB93 and @ambv: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Aug 6, 2021

@BvB93 and @ambv: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Aug 6, 2021

@BvB93 and @ambv: Status check is done, and it's a success .

1 similar comment
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Aug 6, 2021

@BvB93 and @ambv: Status check is done, and it's a success .

@ambv ambv requested a review from pablogsal Aug 6, 2021
@ambv
Copy link
Contributor

@ambv ambv commented Aug 6, 2021

@pablogsal, this fixes an issue where some special forms in typing could have __name__ set to None.

@miss-islington miss-islington merged commit 36a2497 into python:3.10 Aug 6, 2021
14 checks passed
@miss-islington miss-islington deleted the backport-8bdf12e-3.10 branch Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants