Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c5177 const char *err_msg_utf8; in test_write_unraisable_exc() local
5179 err_msg_utf8 = PyUnicode_AsUTF8(err_msg); in test_write_unraisable_exc()
5180 if (err_msg_utf8 == NULL) { in test_write_unraisable_exc()
5185 err_msg_utf8 = NULL; in test_write_unraisable_exc()
5189 _PyErr_WriteUnraisableMsg(err_msg_utf8, obj); in test_write_unraisable_exc()