[issue39811] Curses crash on ^4

2020-03-01 Thread toonn


toonn  added the comment:

Vim can handle ^4 just fine while still responding to SIGQUIT though.
Is there a way to determine where the signal's coming from to decide whether to 
react to it?

--

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



[issue39811] Curses crash on ^4

2020-03-01 Thread toonn


New submission from toonn :

We got a report about a crash which seems to happen in the curses library when 
a user pressed ^4.

How do we go about debugging this?
https://github.com/ranger/ranger/issues/1859

--
components: Library (Lib)
messages: 363057
nosy: toonn
priority: normal
severity: normal
status: open
title: Curses crash on ^4
type: crash
versions: Python 3.6

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



[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-01 Thread toonn


toonn  added the comment:

The result is the same for 3.7.4, on my mac.

--

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



[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread toonn


New submission from toonn :

A user reported an error to us which seems to derive from the ``mimetypes`` 
library failing to guess the mime type for ``.mkv`` matroska video files:
https://github.com/ranger/ranger/issues/1744#issuecomment-548514373

This is a regression because the same query successfully identifies the 
filename as being of the ``video/x-mastroska`` mime type.

--
components: Library (Lib)
messages: 355763
nosy: toonn
priority: normal
severity: normal
status: open
title: mimetypes for python 3.7.5 fails to detect matroska video
type: behavior
versions: Python 3.7

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