diff options
author | Ned Deily <nad@acm.org> | 2015-04-15 17:11:47 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-04-15 17:11:47 -0700 |
commit | 2a6ec512163e67a3bdbe80ec027d986087e3b608 (patch) | |
tree | b1b79875b75c3bc51e925a1c0df41178adeb3c61 /Python/pylifecycle.c | |
parent | 72de3cf54241386b6c2a53edc30a932643965c18 (diff) | |
download | cpython-2a6ec512163e67a3bdbe80ec027d986087e3b608.tar.gz |
Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension
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.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions