[issue39133] threading lib. working improperly on idle window

2020-03-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Insufficient information to determine even if there is a bug. -- resolution: -> later stage: -> resolved status: open -> closed type: crash -> behavior ___ Python tracker

[issue39133] threading lib. working improperly on idle window

2019-12-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Give OS. Provide specific code and describe specific problem. Run the code directly with python from a command line to determine if IDLE is really involved in the problem. -- ___ Python tracker

[issue39133] threading lib. working improperly on idle window

2019-12-25 Thread Abhijeet
New submission from Abhijeet : Threading library's Thread and start functions not showing predicted result on idle. Especially, newline is not invoked between two threads while sometimes gets invoked in result. Often, running of code stops after thread ends i.e no further execution. Version -