Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimportdl.c26 static const char * const ascii_only_prefix = "PyInit"; variable
61 *hook_prefix = ascii_only_prefix; in get_encoded_name()