Searched refs:err_msg_utf8 (Results 1 – 1 of 1) sorted by relevance
5362 const char *err_msg_utf8; in test_write_unraisable_exc() local5364 err_msg_utf8 = PyUnicode_AsUTF8(err_msg); in test_write_unraisable_exc()5365 if (err_msg_utf8 == NULL) { in test_write_unraisable_exc()5370 err_msg_utf8 = NULL; in test_write_unraisable_exc()5374 _PyErr_WriteUnraisableMsg(err_msg_utf8, obj); in test_write_unraisable_exc()