[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread miss-islington
miss-islington added the comment: New changeset 8abc3f4f91e6b523c761c7a6fa2e3405019803a1 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-36577: setup.py reports missing OpenSSL again (GH-12746)

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +12672 stage: -> patch review ___ Python tracker ___ ___

[issue36577] setup doesn't report missing _ssl and _hashlib

2019-04-09 Thread Christian Heimes
New submission from Christian Heimes : setup does not report _ssl and _hashlib as failed to build in case OpenSSL libs or headers are missing. Related to #36544 and #36146 Reproducer: $ ./configure --with-openssl=/invalid $ make ... running build running build_ext The following modules