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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-21.07:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474442469.56.0.286518199442.issue28224@psf.upfronthosting.co.za>
In-reply-to
Content
I like when a compilation has no warning, because it helps to notice useful warnings and real bugs. The compilation of Python 3.5 on Windows emits the following warnings on buildbots:

xxmodule.obj : warning LNK4197: export 'PyInit_xx' specified multiple times; using first specification
xxmodule.obj : warning LNK4197: export 'PyInit_xx' specified multiple times; using first specification
xxmodule.obj : warning LNK4197: export 'PyInit_xx' specified multiple times; using first specification

http://buildbot.python.org/all/builders/AMD64%20Windows8%203.5/builds/1120/steps/test/logs/warnings%20%283%29

http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/2634/steps/test/logs/warnings%20%283%29
History
Date User Action Args
2016-09-21 07:21:09vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2016-09-21 07:21:09vstinnersetmessageid: <1474442469.56.0.286518199442.issue28224@psf.upfronthosting.co.za>
2016-09-21 07:21:09vstinnerlinkissue28224 messages
2016-09-21 07:21:09vstinnercreate