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

Ivan Bykov report at bugs.python.org
Tue Jun 9 12:26:36 CEST 2015


Ivan Bykov added the comment:

SetProcessDpiAwareness not available for Windows 7. For Windows 7 available SetProcessDPIAware, but:

Note  SetProcessDPIAware is subject to a possible *race* *condition* if a DLL caches dpi settings during initialization. For this reason, it is recommended that dpi-aware be set through the application (.exe) *manifest* rather than by calling SetProcessDPIAware.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms633543%28v=vs.85%29.aspx

----------

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


More information about the Python-bugs-list mailing list