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

bpo-44404: tkinter after support callable classes #26812

Merged
merged 5 commits into from Jun 23, 2021

Conversation

@E-Paine
Copy link
Contributor

@E-Paine E-Paine commented Jun 20, 2021

https://bugs.python.org/issue44404

@E-Paine
Copy link
Contributor Author

@E-Paine E-Paine commented Jun 20, 2021

Quick note: as far as I can tell, all other usages of __name__ are safe (i.e. not going to raise an AttributeError).

@E-Paine E-Paine changed the title bpo-44404: tkinter support callable classes bpo-44404: tkinter after support callable classes Jun 20, 2021
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Please add tests.

E-Paine and others added 2 commits Jun 20, 2021
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@E-Paine
Copy link
Contributor Author

@E-Paine E-Paine commented Jun 20, 2021

Pipelines failure is related to issue 44384

@E-Paine E-Paine requested a review from serhiy-storchaka Jun 21, 2021
@E-Paine
Copy link
Contributor Author

@E-Paine E-Paine commented Jun 22, 2021

@serhiy-storchaka please could you set the Windows x64 test to rerun (it failed due to a connection issue - presumably temporary)

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

LGTM.

@serhiy-storchaka serhiy-storchaka merged commit e9c8f78 into python:main Jun 23, 2021
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 23, 2021

Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 23, 2021

Sorry @E-Paine and @serhiy-storchaka, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e9c8f784fa13ea3a51df3b72a498a3896ec9e768 3.10

@bedevere-bot

This comment was marked as off-topic.

@E-Paine
Copy link
Contributor Author

@E-Paine E-Paine commented Jun 24, 2021

Great, thanks Serhiy!

@E-Paine E-Paine deleted the tkinter-callable-class branch Jun 24, 2021
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2021

Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2021

Sorry @E-Paine and @serhiy-storchaka, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e9c8f784fa13ea3a51df3b72a498a3896ec9e768 3.10

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2021

Thanks @E-Paine for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖 I'm not a witch! I'm not a witch!

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 26, 2021

GH-26921 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Jun 26, 2021
(cherry picked from commit e9c8f78)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Jun 26, 2021

Buildbot failure in test_compile (hiddden) is
test_stack_overflow (test.test_compile.TestSpecifics) ... *** Signal 9

This is first time I have seen 'trouble checking out...' twice on one issue. Trying again.
... and it worked this time.

miss-islington added a commit that referenced this issue Jun 27, 2021
(cherry picked from commit e9c8f78)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
JuniorJPDJ added a commit to JuniorJPDJ/cpython that referenced this issue Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants