SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 255 Python

[Patch #641685] setup.py contained code for finding libraries, instead

of using the CCompiler.find_library_file() provided by the Distutils.
   This patch fixes it to use the Distutils method at the cost of some
   additional glue.

(The duplication resulted in the SSL module not being automatically
built on Macs; the Distutils knew that shared libraries on OS X have a
.dylib extension, but the setup.py code didn't.)
A
Andrew M. Kuchling committed
a246d9fefd729294e84a190f2e92cf4e4ff08f20
Parent: d680a86