Home
last modified time | relevance | path

Searched refs:pdwbc (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c2068 const char *pdwbc = getenv ("PYTHONDONTWRITEBYTECODE"); in python_write_bytecode() local
2069 wbc = (pdwbc == nullptr || pdwbc[0] == '\0') ? 1 : 0; in python_write_bytecode()