Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c#2904

Merged
zooba merged 1 commit into
python:masterpython/cpython:masterfrom
segevfiner:bpo-9566-pointers-are-unsignedsegevfiner/cpython:bpo-9566-pointers-are-unsignedCopy head branch name to clipboard
Jul 27, 2017
Merged

bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c#2904
zooba merged 1 commit into
python:masterpython/cpython:masterfrom
segevfiner:bpo-9566-pointers-are-unsignedsegevfiner/cpython:bpo-9566-pointers-are-unsignedCopy head branch name to clipboard

Conversation

@segevfiner

@segevfiner segevfiner commented Jul 26, 2017

Copy link
Copy Markdown
Contributor

A fix after #2492, I guess the values were truncated before. Tests are failing in Windows x64.

I ran the test suite locally (Default flags) making sure it passes now with the correct Python version.

Barring weird failure from test.test_uuid.TestInternals.test_ipconfig_getnode related to encoding, I think subprocess uses cp1255 while the console seems to be set to cp862 in my computer. Maybe Python should be deciding on the code page for use by subprocess by using GetConsoleOutputCP. Who knows if that's always the right thing to do...

😓

@zooba @Haypo

https://bugs.python.org/issue9566

@zooba zooba merged commit a80e985 into python:master Jul 27, 2017
@segevfiner segevfiner deleted the bpo-9566-pointers-are-unsigned branch July 27, 2017 08:01
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.