• Brett Cannon's avatar
    When building sqlite3, the directory where sqlite.h was found was · c5011fe2
    Brett Cannon yazdı
    always appended to the include directories regardless of whether it
    was already in the list of directories. This could cause issue if
    sqlite was installed in the same location as another install of
    Python. Now a check is done to make sure the directory is not included
    twice.
    c5011fe2
setup.py 80.4 KB