This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients barry, doko, pitrou
Date 2018-05-07.12:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525695251.9.0.682650639539.issue33438@psf.upfronthosting.co.za>
In-reply-to
Content
Note that both implementations of python-config give the right information:

$ ./python python-config.py --libs
-lpython3.7m -lpthread -ldl -lutil -lm
$ sh python-config --libs
-lpython3.7m -lpthread -ldl  -lutil -lm
History
Date User Action Args
2018-05-07 12:14:11pitrousetrecipients: + pitrou, barry, doko
2018-05-07 12:14:11pitrousetmessageid: <1525695251.9.0.682650639539.issue33438@psf.upfronthosting.co.za>
2018-05-07 12:14:11pitroulinkissue33438 messages
2018-05-07 12:14:11pitroucreate