Uh oh!
There was an error while loading. Please reload this page.
[3.12] gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030) - #120396
[3.12] gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)#120396serhiy-storchaka wants to merge 5 commits into
Conversation
…ythonGH-117030) (cherry picked from commit 0e8d35b) Co-authored-by: Steve Dower <steve.dower@python.org>
serhiy-storchaka
commented
Jun 12, 2024
https://github.com/python/cpython-source-deps/archive/refs/tags/tix-8.4.3.6.tar.gz does not exist. But this reference is not changed in this PR! |
serhiy-storchaka
commented
Jun 12, 2024
It exists. The problem must be anywhere else. |
zware
commented
Jun 12, 2024
It looks to me like Tix compatibility finally broke in Tcl/Tk 8.6.14. I don't think it's worthwhile to try to fix Tix (which is removed from Python 3.13+ and deprecated in 3.6-3.12); I'll leave it up to your judgement whether to disable the test or skip the Tcl/Tk update on 3.12. |
zware
commented
Jun 12, 2024
Oh, wait. I think it's because our 8.6.14 binary package doesn't include Tix. I'm still not sure it's worthwhile to fix. |
zware
commented
Jul 28, 2024
I'm somewhat out of the loop here; how impactful is the update to Tcl/Tk 8.6.14 on Windows? Is it worth @zooba's time creating a |
serhiy-storchaka
commented
Jul 29, 2024
There are plentiful of changes in 8.6.14 in comparison with previous bugfixes. |
zooba
commented
Aug 5, 2024
Do we need to create it or can we just copy it into the latest branch (and update the tag)? |
serhiy-storchaka
commented
Oct 14, 2024
The main problem is that we need to build Tix for it. |
zooba
commented
Oct 18, 2024
Tix has no dependencies, so it should be fine with the last built one. I can copy it into our 8.6.14 build and tag a new .1 version, or would you prefer 8.6.15? |
serhiy-storchaka
commented
Oct 18, 2024
I think it may be easier to go right to 8.6.15. |
zooba
commented
Oct 18, 2024
Okay, there's an 8.6.15.1 available now that has the Tix libs added. No other changes, so no need to update newer versions. |
(cherry picked from commit 0e8d35b)