[issue41819] Fix some compiler warnings

2020-10-21 Thread Inada Naoki
Inada Naoki added the comment: New changeset c756c2b507b088919ac0c1aa8b0d8c8bdbdd75ee by Miss Skeleton (bot) in branch '3.8': bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) https://github.com/python/cpython/commit/c756c2b507b088919ac0c1aa8b0d8c8bdbdd75ee -- nos

[issue41819] Fix some compiler warnings

2020-10-21 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___ ___

[issue41819] Fix some compiler warnings

2020-10-05 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c549527ae2cc4b5934dbe80fea127fb04ff65af5 by Łukasz Langa (Miss Islington (bot)) in branch '3.9': bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) https://github.com/python/cpython/commit/c549527ae2cc4b5934dbe80fea127fb04ff65af5

[issue41819] Fix some compiler warnings

2020-09-21 Thread miss-islington
miss-islington added the comment: New changeset 7aa534c9567201d896408bc7d5a718b529868540 by Miss Islington (bot) in branch '3.9': bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) https://github.com/python/cpython/commit/7aa534c9567201d896408bc7d5a718b529868540 --

[issue41819] Fix some compiler warnings

2020-09-21 Thread STINNER Victor
STINNER Victor added the comment: > ./Python/initconfig.c:2677:38: warning: format specifies type 'wint_t' (...) Is there the only warning that you want to fix? Can we close the issue? Or are there other remaining warnings? -- ___ Python tracker

[issue41819] Fix some compiler warnings

2020-09-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21380 pull_request: https://github.com/python/cpython/pull/22335 ___ Python tracker ___ __

[issue41819] Fix some compiler warnings

2020-09-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +21379 pull_request: https://github.com/python/cpython/pull/22334 ___ Python tracker _

[issue41819] Fix some compiler warnings

2020-09-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset c322948892438a387d752ec18d1eb512699a4d67 by Samuel Marks in branch 'master': bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332) https://github.com/python/cpython/commit/c322948892438a387d752ec18d1eb512699a4d67 -- ___

[issue41819] Fix some compiler warnings

2020-09-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue41819] Fix some compiler warnings

2020-09-20 Thread Samuel Marks
Change by Samuel Marks : -- keywords: +patch pull_requests: +21376 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22332 ___ Python tracker ___ ___

[issue41819] Fix some compiler warnings

2020-09-20 Thread Samuel Marks
Samuel Marks added the comment: Okay I'll redo it on master, here is my config, on macOS 10.15.6: ``` $ export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" $ export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include" $ export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib" $ export CPPFLAGS

[issue41819] Fix some compiler warnings

2020-09-20 Thread Irit Katriel
Irit Katriel added the comment: Can you give more details about what you're fixing: what were the compiler warnings, which compiler (and which version of the compiler), which system? Also, why did you create the PR against the 3.9 branch rather than master? -- nosy: +iritkatriel ___

[issue41819] Fix some compiler warnings

2020-09-19 Thread Samuel Marks
New submission from Samuel Marks : https://github.com/SamuelMarks/cpython/tree/3.9-compiler-fixes -- components: Build messages: 377205 nosy: samuelmarks priority: normal pull_requests: 21373 severity: normal status: open title: Fix some compiler warnings type: compile error versions: P