Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetargs.c1037 int recode_strings; in convertsimple() local
1051 recode_strings = 1; in convertsimple()
1053 recode_strings = 0; in convertsimple()
1065 if (!recode_strings && PyString_Check(arg)) { in convertsimple()