[issue1558] x64 platform doesn't define _WIN64

Christian Heimes report at bugs.python.org
Wed Dec 5 19:28:26 CET 2007


New submission from Christian Heimes:

In VS 2008 the x64 platform doesn't define the _WIN64 macro. The _WIN64
macro defines the MS_WIN64 macro which sets several other macros and
changes some variables in pyconfig.h.

Question: Should we enforce MS_WIN64 for the x64 platform although
_WIN64 is not defined?
Question 2: WHY THE H... is the _WIN64 macro not defined? I'm googling now.

----------
components: Interpreter Core
keywords: 64bit, py3k
messages: 58224
nosy: loewis, mhammond, tiran
priority: urgent
severity: urgent
status: open
title: x64 platform doesn't define _WIN64
type: compile error
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1558>
__________________________________


More information about the Python-bugs-list mailing list