Skip to content

[3.5] bpo-30855: Trying to fix test_use on Windows.#2585

Merged
vstinner merged 2 commits intopython:3.5from
vstinner:winfo_id35
Jul 5, 2017
Merged

[3.5] bpo-30855: Trying to fix test_use on Windows.#2585
vstinner merged 2 commits intopython:3.5from
vstinner:winfo_id35

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jul 5, 2017

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

(cherry picked from commit b9d6724)

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

(cherry picked from commit b9d6724)
@serhiy-storchaka
Copy link
Copy Markdown
Member

This is cherry-picked from two commits: b9d6724 and 29a2f7c.

@vstinner
Copy link
Copy Markdown
Member Author

vstinner commented Jul 5, 2017

This is cherry-picked from two commits: b9d6724 and 29a2f7c.

Right. First, I only backported the first commit. But then I decided to also take the second one, just in case, if the test still fails. The second commit will give more information if the test fails again.

I didn't update the PR description, I expect that GitHub will generate a proper commit message ;-)

@vstinner vstinner merged commit c48a000 into python:3.5 Jul 5, 2017
@vstinner vstinner deleted the winfo_id35 branch July 5, 2017 13:58
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.

3 participants