This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-05-26.23:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527378073.5.0.682650639539.issue33656@psf.upfronthosting.co.za>
In-reply-to
Content
I changed the bare except: to 'except AttributeError:'.  If ctypes.windll.shcore.SetProcessDpiAwareness exists, can calling it with True ever fail?
History
Date User Action Args
2018-05-26 23:41:13terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2018-05-26 23:41:13terry.reedysetmessageid: <1527378073.5.0.682650639539.issue33656@psf.upfronthosting.co.za>
2018-05-26 23:41:13terry.reedylinkissue33656 messages
2018-05-26 23:41:13terry.reedycreate