Serhiy Storchaka added the comment:

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 ">: ",
                      ^

----------
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29102>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to