[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-05-03 Thread Tal Einat


Tal Einat  added the comment:

Thanks for the info, Raymond.

Anyone with an M-1 Mac able to look into this further?

--

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-05-02 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

There was no command-line error.

--

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-05-02 Thread Tal Einat


Tal Einat  added the comment:

I'd be happy to look into this but I haven't access to any M-1 Macs at the 
moment.

It would be helpful if someone with an M-1 could try running IDLE from the 
command line to see if an error message is written when this issue occurs.

--
nosy: +taleinat

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-03-22 Thread Raymond Hettinger


Raymond Hettinger  added the comment:

This time I got a screen shot showing the gray completion box that appeared 
just as IDLE stopped responding and froze:

https://www.dropbox.com/s/eu3wd13vytz6tt8/Screen%20Shot%202021-03-22%20at%209.37.56%20PM.png?dl=0

Am now running Python 3.10.0a6 on Big Sur 11.2.3 running on a 2020 M-1 MacBook 
Air.

--

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Ned Deily


Ned Deily  added the comment:

What version of Python (and Tcl/Tk) are you running on your Intel Macn that 
does not fail? Currently, we use Tcl/Tk 8.6.11 with the macOS 64-bit universal2 
installer variant as of Python 3.9.2 and 3.10.0a4; previously, they used 
8.6.10. All other current installer variants use 8.6.8.

--

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
priority: normal -> high

___
Python tracker 

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



[issue43347] IDLE crashes in macOS Apple chip, maybe completions

2021-02-28 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Completions are in a Listbox.  listboxes are used for completions, stackviewer, 
and a few places in the settings dialog, in particular the keys list.  And 
maybe the drop down list for themes and keysets.  The latter two are the only 
one normally gray.  Try the different settings tabs.

--
nosy: +ned.deily
title: IDLE crashes in -> IDLE crashes in macOS Apple chip, maybe completions

___
Python tracker 

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