[issue9445] Fix undefined symbol errors on VS8.0 build

Brian Curtin report at bugs.python.org
Sun Aug 1 03:52:56 CEST 2010


New submission from Brian Curtin <curtin at acm.org>:

Raymond informed me that #1578269 introduced breakage to compilation under Visual Studio 2005 due to three undefined symbols. I'm not currently setup to build under 2005, so I just offer this patch which defines the values as they are seen in VS 2008.

----------
assignee: rhettinger
components: Build, Windows
files: undefined_symbols.diff
keywords: needs review, patch, patch
messages: 112252
nosy: brian.curtin, rhettinger
priority: normal
severity: normal
stage: patch review
status: open
title: Fix undefined symbol errors on VS8.0 build
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file18296/undefined_symbols.diff

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


More information about the Python-bugs-list mailing list