[issue40329] Faulty dict arg gives ValueError but mostly TypeError

2020-04-19 Thread Tomas Nordin
Tomas Nordin added the comment: Serhiy Storchaka writes: > Serhiy Storchaka added the comment: > > It is all correct. Note that set is unordered, so "element #0" can be 1, and > can be "one". If it is 1, you get a type error. If it is "one", whi

[issue40329] Faulty dict arg gives ValueError but mostly TypeError

2020-04-19 Thread Tomas Nordin
New submission from Tomas Nordin : Hello Python bug tracker Trying to create a dict with a top level set pair will fail, but how will it fail? Here comes a terminal session to reproduce the behavior. The same command is just repeated. --8

[issue24524] python crash using Tkinter

2015-07-05 Thread Tomas Nordin
Tomas Nordin added the comment: I have not experienced this problem on windoze. The problem seem to have appeared when upgrading my operating system from Debian wheezy to jessie, I think with python going from 2.7.3 to 2.7.9. And I have a stomach feeling it is related to the environment. I

[issue24524] python crash using Tkinter

2015-06-28 Thread Tomas Nordin
New submission from Tomas Nordin: $ python Python 2.7.9 (default, Mar 1 2015, 18:22:53) [GCC 4.9.2] on linux2 Type help, copyright, credits or license for more information. The readline tab completion thing should be loaded. (pythonstartup.py @home) import Tkinter as tk import tkFileDialog