Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c1118 #define ADD_ITEM(exc_type) \ in make_unraisable_hook_args() macro
1128 ADD_ITEM(exc_type); in make_unraisable_hook_args()
1129 ADD_ITEM(exc_value); in make_unraisable_hook_args()
1130 ADD_ITEM(exc_tb); in make_unraisable_hook_args()
1131 ADD_ITEM(err_msg); in make_unraisable_hook_args()
1132 ADD_ITEM(obj); in make_unraisable_hook_args()
1133 #undef ADD_ITEM in make_unraisable_hook_args()