[issue16991] Add OrderedDict written in C

Mark Lawrence report at bugs.python.org
Sat May 30 17:40:15 CEST 2015


Mark Lawrence added the comment:

I'm getting the following linker errors on Windows 8.1 for 32 and 64 bit debug and release builds.  unresolved external symbol _PyODict_Type in C:\cpython\PCbuild\_collectionsmodule.obj, and _PyODictIter_Type,
_PyODictValues_Type, _PyODictKeys_Type,_PyODictItems_Type in C:\cpython\PCbuild\object.obj

----------
nosy: +BreamoreBoy

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


More information about the Python-bugs-list mailing list