[issue24390] Python 3.4.3 64 bits is not "high dpi aware"

Ivan Bykov report at bugs.python.org
Tue Jun 9 11:26:08 CEST 2015


Ivan Bykov added the comment:

Python 3.5.0b2 (v3.5.0b2:7a088af5615b, May 31 2015, 06:22:19) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import ctypes
>>> ctypes.windll.user32.GetSystemMetrics(1)
1067
>>> #must be 1600
>>> #Python 3.5 also affected

----------
versions: +Python 3.5

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


More information about the Python-bugs-list mailing list