Skip to content
  • Dom Sekotill's avatar
    0ac76efc
    Reduce encoding/decoding of exec arguments · 0ac76efc
    Dom Sekotill authored
    - Prefer constant bytes strings to constant unicode strings
    - Allow both byte- & unicode- strings & path-like objects as arguments
    - Pass path-like values and byte strings unchanged
    
    Prefer passing raw byte strings to process spawner
    0ac76efc
    Reduce encoding/decoding of exec arguments
    Dom Sekotill authored
    - Prefer constant bytes strings to constant unicode strings
    - Allow both byte- & unicode- strings & path-like objects as arguments
    - Pass path-like values and byte strings unchanged
    
    Prefer passing raw byte strings to process spawner
Loading