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.c5362 const char *err_msg_utf8; in test_write_unraisable_exc() local
5364 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()