-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44524: Fix an issue wherein _GenericAlias._name
was not properly set for specialforms
#27614
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in general. Thanks for the quick fix :). I just have a few minor comments below.
Misc/NEWS.d/next/Library/2021-08-05-18-20-17.bpo-44524.9T1tfe.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Thanks!
GHA Windows 32-bit failure in asyncio unrelated. |
…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>
GH-27632 is a backport of this pull request to the 3.10 branch. |
Unfortunately this PR has introduced reference leaks:
|
Turns out this PR discovered refleaks that were there all along 😎 |
An example from prior to this PR:
https://bugs.python.org/issue44524