Skip to content

gh-101830: Fix Tcl_Obj to string conversion #120884

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

Merged
merged 2 commits into from
Jun 23, 2024

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 22, 2024

Accessing the Tkinter object's string representation no longer converts the underlying Tcl object to a string on Windows.

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
@serhiy-storchaka serhiy-storchaka merged commit f4ddaa3 into python:main Jun 23, 2024
36 checks passed
@miss-islington-app
Copy link

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the tcl-obj-to-string branch June 23, 2024 13:34
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 23, 2024
Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington-app
Copy link

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker f4ddaa396715855ffbd94590f89ab7d55feeec07 3.12

@bedevere-app
Copy link

bedevere-app bot commented Jun 23, 2024

GH-120905 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 23, 2024
serhiy-storchaka added a commit that referenced this pull request Jun 23, 2024
…0905)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 23, 2024
…0884)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Jun 23, 2024

GH-120913 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Jun 23, 2024
serhiy-storchaka added a commit that referenced this pull request Jun 23, 2024
…0913)

Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
(cherry picked from commit f4ddaa3)
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request Jun 30, 2024
Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
Accessing the Tkinter object's string representation no longer converts
the underlying Tcl object to a string on Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant