Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c5568 const char *err_msg_utf8; in test_write_unraisable_exc() local
5570 err_msg_utf8 = PyUnicode_AsUTF8(err_msg); in test_write_unraisable_exc()
5571 if (err_msg_utf8 == NULL) { in test_write_unraisable_exc()
5576 err_msg_utf8 = NULL; in test_write_unraisable_exc()
5580 _PyErr_WriteUnraisableMsg(err_msg_utf8, obj); in test_write_unraisable_exc()

Completed in 14 milliseconds