-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-44404: tkinter after
support callable classes
#26812
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
Quick note: as far as I can tell, all other usages of |
after
support callable classes
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.
Please add tests.
Misc/NEWS.d/next/Library/2021-06-20-19-01-11.bpo-44404.McfrYB.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Pipelines failure is related to issue 44384 |
@serhiy-storchaka please could you set the Windows x64 test to rerun (it failed due to a connection issue - presumably temporary) |
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.
Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry @E-Paine and @serhiy-storchaka, I had trouble checking out the |
This comment has been minimized.
This comment has been minimized.
Great, thanks Serhiy! |
Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry @E-Paine and @serhiy-storchaka, I had trouble checking out the |
Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-26921 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit e9c8f78) Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Buildbot failure in test_compile (hiddden) is This is first time I have seen 'trouble checking out...' twice on one issue. Trying again. |
https://bugs.python.org/issue44404