[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread Steve Dower
Steve Dower added the comment: New changeset 930badd414dd2376b1875e1775cb40855a87e180 by Steve Dower in branch '3.7': bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) https://github.com/python/cpython/commit/930badd414dd2376b1875e1775cb40855a87e180 --

[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread miss-islington
miss-islington added the comment: New changeset 460eac20a625d5dcef409dadc120a26d272a8013 by Miss Islington (bot) in branch '3.8': bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) https://github.com/python/cpython/commit/460eac20a625d5dcef409dadc120a26d272a8013

[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +19491 pull_request: https://github.com/python/cpython/pull/20190 ___ Python tracker ___ _

[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +19490 pull_request: https://github.com/python/cpython/pull/20189 ___ Python tracker _

[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread Steve Dower
Steve Dower added the comment: New changeset 98e42d1f882b9b59f587d538c562dbc7d11c64c3 by Minmin Gong in branch 'master': bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) https://github.com/python/cpython/commit/98e42d1f882b9b59f587d538c562dbc7d11c64c3 -

[issue35890] Cleanup some non-consistent API callings

2020-05-18 Thread Steve Dower
Steve Dower added the comment: Thanks for the additional cleanup. In future, we'd still like a separate issue for new changes (that aren't fixing up something caused by the earlier change). -- ___ Python tracker

[issue35890] Cleanup some non-consistent API callings

2020-05-16 Thread Minmin Gong
Change by Minmin Gong : -- pull_requests: +19442 pull_request: https://github.com/python/cpython/pull/19974 ___ Python tracker ___ _

[issue35890] Cleanup some non-consistent API callings

2019-05-19 Thread Erik Janssens
Change by Erik Janssens : -- pull_requests: +13328 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Steve Dower
Steve Dower added the comment: Thanks for the contribution! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Steve Dower
Steve Dower added the comment: New changeset 8ebc6451f36fa213130c316199dbec5ad8a02163 by Steve Dower (Minmin Gong) in branch 'master': bpo-35890 : Fix some API calling consistency (GH-11742) https://github.com/python/cpython/commit/8ebc6451f36fa213130c316199dbec5ad8a02163 -- __

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Minmin Gong
Change by Minmin Gong : -- keywords: +patch, patch pull_requests: +11658, 11659 stage: -> patch review ___ Python tracker ___ ___ P

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Minmin Gong
Change by Minmin Gong : -- keywords: +patch, patch, patch pull_requests: +11658, 11659, 11660 stage: -> patch review ___ Python tracker ___ ___

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Minmin Gong
Change by Minmin Gong : -- keywords: +patch pull_requests: +11658 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue35890] Cleanup some non-consistent API callings

2019-02-02 Thread Minmin Gong
New submission from Minmin Gong : 1. Unicode version of Windows APIs are used in places, but not for GetVersionEx in Python/sysmodule.c 2. The wcstok_s is called on Windows in Modules/main.c and PC/launcher.c, but not in Python/pathconfig.c -- components: Windows messages: 334771 nosy