id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
297	Python 2.6 / MSVC 9.0 speedups compilation warning	jruigrok	jruigrok	"Running a build of the current 0.5.1 sources:

{{{
c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\Python26\include -Ic:\Python26\PC /Tcgenshi/_speedups.c /Fobuild\temp.win32-2.6\Release\genshi/_speedups.obj
_speedups.c
genshi/_speedups.c(558) : warning C4273: 'MarkupType' : inconsistent dll linkage

        genshi/_speedups.c(46) : see previous definition of 'MarkupType'
}}}

This is due to these definitions:

{{{
PyAPI_DATA(PyTypeObject) MarkupType;
}}}

{{{
PyTypeObject MarkupType = {
  [...]
};
}}}"	defect	closed	minor	0.6.1	General	0.5.1	fixed		
