• MinRK's avatar
    add CYTHON_CACHE_DIR env · 82b1c99b
    MinRK authored
    resolution for the Cython cache dir:
    
    1. CYTHON_CACHE_DIR env if defined
    2. platform cache dir
       - (OS X): ~/Library/Caches/Cython if ~/Library/Caches exists
       - (posix not OS X): XDG_CACHE_HOME/cython if XDG_CACHE_HOME defined
    3. ~/.cython/inline
    82b1c99b
Utils.py 12.1 KB