[issue44182] python-config.sh vs python-config.py inconsistency

2021-10-04 Thread Isuru Fernando
Change by Isuru Fernando : -- keywords: +patch pull_requests: +27071 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28725 ___ Python tracker ___ _

[issue44182] python-config.sh vs python-config.py inconsistency

2021-10-04 Thread STINNER Victor
STINNER Victor added the comment: Maybe unit tests can be written on python-config.sh and python-config.py commands. -- nosy: +vstinner ___ Python tracker ___ ___

[issue44182] python-config.sh vs python-config.py inconsistency

2021-10-03 Thread Ned Deily
Ned Deily added the comment: > If you want, I can send a PR. Thanks, that would be good. Embedding is something we currently don't really test, unfortunately. Off the top of my head, I'm not sure how feasible it would be to add some tests for embedding, especially given the range of configu

[issue44182] python-config.sh vs python-config.py inconsistency

2021-10-03 Thread Isuru Fernando
Isuru Fernando added the comment: Agree that this should be fixed. If you want, I can send a PR. -- nosy: +isuruf ___ Python tracker ___ __

[issue44182] python-config.sh vs python-config.py inconsistency

2021-05-19 Thread Ned Deily
Change by Ned Deily : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue44182] python-config.sh vs python-config.py inconsistency

2021-05-19 Thread Todd C. Miller
New submission from Todd C. Miller : There is an inconsistency between python-config.py and python-config.sh with the output of --ldflags. The .sh version include -L$libdir but the .py version does not include the -L flag unless a non-shared version of Python is built. As a result, on Darwin