HomeSort by relevance Sort by last modified time
    Searched refs:Py_SetStandardStreamEncoding (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Programs/
_testembed.c 94 Py_SetStandardStreamEncoding(encoding, errors);
121 if (Py_SetStandardStreamEncoding(NULL, NULL) == 0) {
122 printf("Unexpected success calling Py_SetStandardStreamEncoding");
  /external/python/cpython3/Include/
pylifecycle.h 20 PyAPI_FUNC(int) Py_SetStandardStreamEncoding(const char *encoding,
  /external/python/cpython3/Python/
pylifecycle.c 133 Py_SetStandardStreamEncoding(const char *encoding, const char *errors)
    [all...]

Completed in 341 milliseconds