[Python-bugs-list] [Bug #131237] multiple symbol definition - Py_DebugFlag
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 06 Feb 2001 02:17:46 -0800
Bug #131237, was updated on 2001-Feb-06 02:17
Here is a current snapshot of the bug.
Project: Python
Category: Parser/Compiler
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: mpmak
Assigned to : nobody
Summary: multiple symbol definition - Py_DebugFlag
Details:
Some modules have its own definition of varius python core variables. MSVC
will only compile them if storage class is the same
__declspec(dllexport).
firstsets.c, grammar.c, pgen.c : Py_DebugFlag and Py_VerboseFlag
pgenmain.c : Py_DebugFlags, Py_VerboseFlag, Py_FatalError,
PySys_WriteStderr
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131237&group_id=5470