[issue38974] using tkinter.filedialog.askopenfilename() freezes python 3.8

Terry J. Reedy report at bugs.python.org
Fri Dec 6 17:43:52 EST 2019


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

filedialog.askopenfilename returns 'Open(**options).show()'.  IDLE's File => Open (^O) calls Open and show directly.  It continues to run on all versions on my machine (and presumably those of numerous others).  I have TortoiseGit now and only recently removed TortoiseHG, so those two seem well-enough behaved.  This is almost certainly not a cpython issue, but it would be good to know where the problem lies.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list