-
Committer:
John Arbash Meinel
-
Date:
2009-10-15 16:18:47 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4748.
-
Revision ID:
john@arbash-meinel.com-20091015161847-3l2t2hqz2tw3lut0
On Windows w/ Python2.5 PyObject_GenericGetAttr is an external DLL function,
thus you cannot set the value statically.
I don't know why it is a static value with python 2.6, but this change is needed to
compile with python2.5 on Windows.