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 vstinner
Recipients christian.heimes, cstratak, vstinner
Date 2018-01-24.14:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516804564.78.0.467229070634.issue32647@psf.upfronthosting.co.za>
In-reply-to
Content
> We can't just add dl unconditionally.

dlopen() is not used on Windows nor macOS older than 10.3. On old macOS, functions like NSCreateObjectFileImageFromFile() are used.

I don't think that the master branch still supports macOS 10.2.

Mac OS X 10.2 was released in 2002 and unsupported as of 2006.
History
Date User Action Args
2018-01-24 14:36:04vstinnersetrecipients: + vstinner, christian.heimes, cstratak
2018-01-24 14:36:04vstinnersetmessageid: <1516804564.78.0.467229070634.issue32647@psf.upfronthosting.co.za>
2018-01-24 14:36:04vstinnerlinkissue32647 messages
2018-01-24 14:36:04vstinnercreate