Searched refs:pdwbc (Results 1 – 1 of 1) sorted by relevance
2068 const char *pdwbc = getenv ("PYTHONDONTWRITEBYTECODE"); in python_write_bytecode() local2069 wbc = (pdwbc == nullptr || pdwbc[0] == '\0') ? 1 : 0; in python_write_bytecode()