Searched refs:inputobj (Results 1 – 1 of 1) sorted by relevance
4277 PyObject *inputobj = NULL; in unicode_decode_call_errorhandler_wchar() local4307 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject); in unicode_decode_call_errorhandler_wchar()4308 if (!inputobj) in unicode_decode_call_errorhandler_wchar()4310 *input = PyBytes_AS_STRING(inputobj); in unicode_decode_call_errorhandler_wchar()4311 insize = PyBytes_GET_SIZE(inputobj); in unicode_decode_call_errorhandler_wchar()4315 Py_DECREF(inputobj); in unicode_decode_call_errorhandler_wchar()4381 PyObject *inputobj = NULL; in unicode_decode_call_errorhandler_writer() local4411 inputobj = PyUnicodeDecodeError_GetObject(*exceptionObject); in unicode_decode_call_errorhandler_writer()4412 if (!inputobj) in unicode_decode_call_errorhandler_writer()4415 *input = PyBytes_AS_STRING(inputobj); in unicode_decode_call_errorhandler_writer()[all …]