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 petr.viktorin
Recipients dino.viehland, eric.snow, petr.viktorin, shihai1991
Date 2019-09-25.12:53:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569416022.86.0.532185883814.issue38140@roundup.psfhosted.org>
In-reply-to
Content
This line in _tesctcapimodule.c:
    {"__dictoffset__", T_PYSSIZET, -sizeof(void*), READONLY},

gives a legitimate-sounding warning on a Windows buildbot:

         d:\buildarea\3.x.ware-win81-release.nondebug\build\modules\_testcapimodule.c(6409): warning C4146: unary minus operator applied to unsigned type, result still unsigned [D:\buildarea\3.x.ware-win81-release.nondebug\build\PCbuild\_testcapi.vcxproj]
History
Date User Action Args
2019-09-25 12:53:42petr.viktorinsetrecipients: + petr.viktorin, dino.viehland, eric.snow, shihai1991
2019-09-25 12:53:42petr.viktorinsetmessageid: <1569416022.86.0.532185883814.issue38140@roundup.psfhosted.org>
2019-09-25 12:53:42petr.viktorinlinkissue38140 messages
2019-09-25 12:53:42petr.viktorincreate