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 ned.deily
Recipients devnexen, ned.deily, serhiy.storchaka
Date 2021-10-05.06:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633414412.32.0.819298327251.issue45163@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the PR. However, it did introduce a breakage in certain builds due to unconditionally adding a check for libnetwork. For example, on older releases of macOS there is no libnetwork but building on newer systems it creates a dynamic load reference to a spurious and unrelated libnetworking library which causes multi-version binaries built on newer releases, like those of the python.org macOS installers, to fail to load on older systems. PR 28729 adds a Haiku-only guard around the added configure check.
History
Date User Action Args
2021-10-05 06:13:32ned.deilysetrecipients: + ned.deily, serhiy.storchaka, devnexen
2021-10-05 06:13:32ned.deilysetmessageid: <1633414412.32.0.819298327251.issue45163@roundup.psfhosted.org>
2021-10-05 06:13:32ned.deilylinkissue45163 messages
2021-10-05 06:13:32ned.deilycreate