]> granicus.if.org Git - python/commit
[3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 5 Jul 2017 13:58:24 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 13:58:24 +0000 (15:58 +0200)
commitc48a000c74b48586742c4b7eb42bba93f15953a9
tree6700e5468ad0965f2233b32c2e561a923f44184b
parent320ee67f981f766ff55c55ef87d5ef17ce297824
[3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)

* bpo-30855: Trying to fix test_use on Windows.

Avoid possible weird behavior of WideInt convertion.
"winfo id" always returns string hexadecimal representation.

(cherry picked from commit b9d672491d5082c541bf267eb7bb99fdc6529324)

* bpo-30855: Trying to fix test_use on Windows.

(cherry picked from commit 29a2f7c6b38e5a6ed891aa72af38974a1ff2d372)
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py