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 brett.cannon
Recipients
Date 2007-06-01.02:28:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I sometimes get the following warning during a build:

./Modules/getbuildinfo.c:23:1: warning: "SVNVERSION" redefined
<command line>:1:1: warning: this is the location of the previous definition


It looks like SVNVERSION is defined in getbuildinfo.c, but a value is also passed in on the command-line in the Makefile when the module is built (line 460).  I have no clue why this is being done.
History
Date User Action Args
2007-08-23 14:54:24adminlinkissue1729277 messages
2007-08-23 14:54:24admincreate