This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, eric.snow, grahamd, ncoghlan, serhiy.storchaka, steve.dower, vstinner
Date 2017-05-23.06:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495519738.7.0.317926324469.issue29102@psf.upfronthosting.co.za>
In-reply-to
Content
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 ">: ",
                      ^
History
Date User Action Args
2017-05-23 06:08:58serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, grahamd, eric.snow, steve.dower
2017-05-23 06:08:58serhiy.storchakasetmessageid: <1495519738.7.0.317926324469.issue29102@psf.upfronthosting.co.za>
2017-05-23 06:08:58serhiy.storchakalinkissue29102 messages
2017-05-23 06:08:58serhiy.storchakacreate