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.

classification
Title: threading lib. working improperly on idle window
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.8
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: Pyjeet, terry.reedy
Priority: normal Keywords:

Created on 2019-12-25 17:41 by Pyjeet, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg358870 - (view) Author: Abhijeet (Pyjeet) Date: 2019-12-25 17:41
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 - 3.8.0 exe installer
msg358872 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2019-12-25 22:01
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.
msg365182 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-03-27 19:00
Insufficient information to determine even if there is a bug.
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83314
2020-03-27 19:00:00terry.reedysetstatus: open -> closed
type: crash -> behavior
messages: + msg365182

resolution: later
stage: resolved
2019-12-25 22:01:16terry.reedysetmessages: + msg358872
2019-12-25 17:41:25Pyjeetcreate