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 ronaldoussoren
Recipients bergkvist, ned.deily, ronaldoussoren
Date 2021-07-22.07:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626938401.33.0.233387531357.issue44689@roundup.psfhosted.org>
In-reply-to
Content
The disadvantage of using dlopen is that this function has side effects, and those can affect program behaviour.  Because of this I'm against switching to using dlopen to probe for libraries.
History
Date User Action Args
2021-07-22 07:20:01ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, bergkvist
2021-07-22 07:20:01ronaldoussorensetmessageid: <1626938401.33.0.233387531357.issue44689@roundup.psfhosted.org>
2021-07-22 07:20:01ronaldoussorenlinkissue44689 messages
2021-07-22 07:20:01ronaldoussorencreate