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 martin.panter
Recipients benjamin.peterson, martin.panter, ned.deily, steven.daprano
Date 2016-09-12.03:26:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473650807.68.0.696125181929.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
This is like the OS X Tiger buildbot failure.
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/11323/steps/compile/logs/stdio
/usr/bin/ld: multiple definitions of symbol _PyDTrace_FUNCTION_ENTRY
Python/ceval.o definition of _PyDTrace_FUNCTION_ENTRY in section (__TEXT,__text)
Python/dtrace_stubs.o definition of _PyDTrace_FUNCTION_ENTRY in section (__TEXT,__text)

My stab in the dark is that the compiler (GCC?) being used is interpreting “inline” functions differently to C99.
History
Date User Action Args
2016-09-12 03:26:47martin.pantersetrecipients: + martin.panter, benjamin.peterson, ned.deily, steven.daprano
2016-09-12 03:26:47martin.pantersetmessageid: <1473650807.68.0.696125181929.issue28092@psf.upfronthosting.co.za>
2016-09-12 03:26:47martin.panterlinkissue28092 messages
2016-09-12 03:26:47martin.pantercreate