[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 - 3.8.0 exe installer

--
assignee: terry.reedy
components: IDLE
messages: 358870
nosy: Pyjeet, terry.reedy
priority: normal
severity: normal
status: open
title: threading lib. working improperly on idle window
type: crash
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com