#include "Python.h" #include "errcode.h" #include "helpers.h" #include "../lexer/state.h" static int tok_underflow_string(struct tok_state *tok) { … } /* Set up tokenizer for UTF-8 string */ struct tok_state * _PyTokenizer_FromUTF8(const char *str, int exec_input, int preserve_crlf) { … }