# mode: errorcimportcythoncdefclassTestClass:deffoo(self):withcython.c_string_encoding("ascii"):return### FIXME: way to many errors for my taste..._ERRORS="""7:13: The c_string_encoding compiler directive is not allowed in with statement scope7:19: 'c_string_encoding' not a valid cython language construct7:19: 'c_string_encoding' not a valid cython attribute or is being used incorrectly"""