[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Christian Heimes
Christian Heimes added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> compile error ___ Python tracker ___

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread miss-islington
miss-islington added the comment: New changeset 5f883fcb9b50b8335953b3849b7f224d5cd59d56 by Miss Islington (bot) (Christian Heimes) in branch '2.7': [2.7] bpo-34710: fix SSL module build (GH-9347) (GH-9353) https://github.com/python/cpython/commit/5f883fcb9b50b8335953b3849b7f224d5cd59d56 --

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread miss-islington
miss-islington added the comment: New changeset fff869e2a0ee3d2d65973d82e57f05479828f5a3 by Miss Islington (bot) in branch '3.6': bpo-34710: fix SSL module build (GH-9347) https://github.com/python/cpython/commit/fff869e2a0ee3d2d65973d82e57f05479828f5a3 -- _

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread miss-islington
miss-islington added the comment: New changeset e2c0aea670d603b187733606a4601d77f355bc47 by Miss Islington (bot) in branch '3.7': bpo-34710: fix SSL module build (GH-9347) https://github.com/python/cpython/commit/e2c0aea670d603b187733606a4601d77f355bc47 -- nosy: +miss-islington ___

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +8776 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +8774 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +8775 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Christian Heimes
Christian Heimes added the comment: New changeset b3a271fc0ce3e13e427be8914decfc205a220ca8 by Christian Heimes (Alexandru Ardelean) in branch 'master': bpo-34710: fix SSL module build (GH-9347) https://github.com/python/cpython/commit/b3a271fc0ce3e13e427be8914decfc205a220ca8 -- ___

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Alexandru Ardelean
Change by Alexandru Ardelean : -- keywords: +patch pull_requests: +8770 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue34710] SSL Module build fails with more pedantic compiler flags

2018-09-17 Thread Alexandru Ardelean
New submission from Alexandru Ardelean : See: https://github.com/openwrt/packages/pull/7051 The issue seems a bit older ; see comment: https://github.com/python/cpython/pull/3943#discussion_r148949292 Build error happens on OpenWrt as well: ---