Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c1216 #define ADD_ITEM(exc_type) \ in make_unraisable_hook_args() macro
1226 ADD_ITEM(exc_type); in make_unraisable_hook_args()
1227 ADD_ITEM(exc_value); in make_unraisable_hook_args()
1228 ADD_ITEM(exc_tb); in make_unraisable_hook_args()
1229 ADD_ITEM(err_msg); in make_unraisable_hook_args()
1230 ADD_ITEM(obj); in make_unraisable_hook_args()
1231 #undef ADD_ITEM in make_unraisable_hook_args()