Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinitconfig.c1324 int unbuffered_stdio = 0; in config_read_env_vars() local
1325 _Py_get_env_flag(use_env, &unbuffered_stdio, "PYTHONUNBUFFERED"); in config_read_env_vars()
1326 if (unbuffered_stdio) { in config_read_env_vars()