[New-bugs-announce] [issue28224] Compilation warnings on Windows: export 'PyInit_xx' specified multiple times

STINNER Victor report at bugs.python.org
Wed Sep 21 03:21:09 EDT 2016


New submission from STINNER Victor:

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

----------
components: Build, Windows
messages: 277102
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Compilation warnings on Windows: export 'PyInit_xx' specified multiple times
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28224>
_______________________________________


More information about the New-bugs-announce mailing list