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.

Author terry.reedy
Recipients Grupobetatesting, ned.deily, terry.reedy
Date 2017-06-30.01:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498786083.25.0.278898963912.issue19150@psf.upfronthosting.co.za>
In-reply-to
Content
I managed to crash 2.7 -n by running the multi-thread tkinter program posted for #10909.  Since it modifies widgets created in the main thread from a thread, I don't consider the failure a fixable IDLE bug.

3.6 -n ran the same program, so this is only for 2.7.
History
Date User Action Args
2017-06-30 01:28:03terry.reedysetrecipients: + terry.reedy, ned.deily, Grupobetatesting
2017-06-30 01:28:03terry.reedysetmessageid: <1498786083.25.0.278898963912.issue19150@psf.upfronthosting.co.za>
2017-06-30 01:28:03terry.reedylinkissue19150 messages
2017-06-30 01:28:03terry.reedycreate