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

bpo-45160: Ttk optionmenu only set variable once by E-Paine · Pull Request #28291 · python/cpython · GitHub

/ cpython Public

bpo-45160: Ttk optionmenu only set variable once - #28291

Merged
ambv merged 3 commits into
python:mainfrom
E-Paine:ttk-optionmenu-callback
Oct 21, 2021
Merged

bpo-45160: Ttk optionmenu only set variable once#28291
ambv merged 3 commits into
python:mainfrom
E-Paine:ttk-optionmenu-callback

Conversation

E-Paine commented Sep 11, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Since we were manually setting the variable (as well as the radiobutton), callbacks registered using the variable's trace method would be called twice.

TODO: Tests

Note: I probably won't be able to look at this now for ~ a week.

https://bugs.python.org/issue45160

Comment thread Lib/tkinter/ttk.py
E-Paine marked this pull request as ready for review September 17, 2021 16:34

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

github-actions Bot added the stale Stale PR or inactive for long period of time. label Oct 18, 2021
ambv merged commit add46f8 into python:main Oct 21, 2021
ambv added the needs backport to 3.10 only security fixes label Oct 21, 2021

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown

GH-29132 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 21, 2021
(cherry picked from commit add46f8)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 21, 2021
(cherry picked from commit add46f8)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
ambv removed the needs backport to 3.10 only security fixes label Oct 21, 2021
ambv pushed a commit that referenced this pull request Oct 21, 2021
(cherry picked from commit add46f8)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
ambv pushed a commit that referenced this pull request Oct 21, 2021
(cherry picked from commit add46f8)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
ambv added a commit to ambv/cpython that referenced this pull request Nov 4, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 5, 2021
… (pythonGH-29416)

(cherry picked from commit 54d1e3f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 5, 2021
… (pythonGH-29416)

(cherry picked from commit 54d1e3f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv added a commit that referenced this pull request Nov 5, 2021
…-29416) (GH-29420)

(cherry picked from commit 54d1e3f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv added a commit that referenced this pull request Nov 5, 2021
…-29416) (GH-29421)

(cherry picked from commit 54d1e3f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
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

stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL