Searched refs:MyBytes_AS_STRING (Results 1 – 2 of 2) sorted by relevance
21 #define MyBytes_AS_STRING(o) PyBytes_AS_STRING(o) macro36 #define MyBytes_AS_STRING(o) PyString_AS_STRING(o) macro
147 printf(" %s", MyBytes_AS_STRING(ascii)); in showlog()715 bytecode = MyBytes_AS_STRING(pCode)[lasti]; in CTracer_handle_return()776 printf("trace: %s @ %s %d\n", what_sym[what], MyBytes_AS_STRING(ascii), frame->f_lineno); in CTracer_trace()783 if (strstr(MyBytes_AS_STRING(ascii), start_file) && frame->f_lineno == start_line) { in CTracer_trace()885 should_break = !strcmp(MyBytes_AS_STRING(ascii), what_names[what]); in CTracer_call()894 printf("pytrace: %s @ %s %d\n", what_sym[what], MyBytes_AS_STRING(ascii), frame->f_lineno); in CTracer_call()