[issue33656] IDLE: Turn on DPI awareness on Windows

Terry J. Reedy report at bugs.python.org
Sat Oct 13 19:47:23 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

There is still no rush as guarding the ctypes import on Windows builds that can run IDLE may never be needed.  But I grepped the stdlib .py code and uuid is the only .py module that imports ctypes, and all are directly or indirectly guarded in the code or test_uuid.  So I moved the import inside the existing try block and added ImportError to those caught.

----------
stage: patch review -> resolved

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33656>
_______________________________________


More information about the Python-bugs-list mailing list