HomeSort by relevance Sort by last modified time
    Searched defs:coerce_c_locale (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/
pystate.h 44 int coerce_c_locale; /* PYTHONCOERCECLOCALE, -1 means unknown */ member in struct:__anon37120
84 .coerce_c_locale = -1, \
  /external/python/cpython3/Python/
pylifecycle.c 531 const char *coerce_c_locale; local
562 coerce_c_locale = getenv("PYTHONCOERCECLOCALE");
563 if (coerce_c_locale == NULL || strcmp(coerce_c_locale, "0") != 0) {
    [all...]

Completed in 47 milliseconds