Staging
v0.8.1
Revision 3b8124884c3655b4cf2629d741b18c1a38181805 authored by Ned Deily on 16 April 2015, 00:11:47 UTC, committed by Ned Deily on 16 April 2015, 00:11:47 UTC
module binaries, with a platform triple of just "darwin", resulting in
file names like:

    _ssl.cpython-35m-darwin.so

rather than just _ssl.so as previously.

Instead of attempting to encode differences in CPU architecture and OS X
deployment targets in the file name as is done on other platforms,
these continue to be managed by the use of Apple multi-architecture
("fat") files, by the system dynamic loader, and by logic in higher-levels
like sysconfig.get_platform() and pip.
1 parent 20416f7
History

README

back to top