◐ Shell
clean mode source ↗

Message 294232 - Python tracker

This change added a compiler warning.

./Programs/_testembed.c: In function ‘print_subinterp’:
./Programs/_testembed.c:31:22: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int64_t {aka long long int}’ [-Wformat=]
     printf("interp %lu <0x%" PRIXPTR ">, thread state <0x%" PRIXPTR ">: ",
                      ^