• Marc-André Lemburg's avatar
    This patch makes the default compiler determination more flexible · 636b9063
    Marc-André Lemburg yazdı
    and also takes the sys.platform name into account. This helps on
    platforms where there are multiple possible compiler backends (the
    one with which Python itself was compiled is preferred over others
    in this case).
    
    The patch uses this new technique to enable using cygwin compiler
    per default for cygwin compiled Pythons.
    
    Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
    636b9063
ccompiler.py 41.9 KB