commit | d274afb5e579a5d9d990f68f9af856cf4c918779 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Oct 13 20:00:31 2018 -0400 |
committer | GitHub <noreply@github.com> | Sat Oct 13 20:00:31 2018 -0400 |
tree | 4a6ee32c3bb0e54a293319ee44e7d5ea8ad69ced | |
parent | 97cf0828727ac2a269c89c5aa09570a69a22c83c [diff] |
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) A Windows build with _tkinter, tkinter, and idlelib but without ctypes is unlikely but apparently possible.