• Andrew M. Kuchling's avatar
    [Bug #599248] ext module generation problem · 9a38dcf0
    Andrew M. Kuchling yazdı
    If you have source files srcdir1/foo.c and srcdir2/foo.c, the
    temporary .o for both files is written to build/temp.<platform>/foo.o.
    This patch sets strip_dir to false for both calls to object_filename,
    so now the object files are written to temp.<platform>/srcdir1/foo.o
    and .../srcdir2/foo.o.
    
    2.2 bugfix candidate
    9a38dcf0
ccompiler.py 48.9 KB