Fix a crash on exit on macOS

Calling Python API functions is not allowed in atexit handlers.

Fixes #3686
This commit is contained in:
Kovid Goyal
2021-06-03 11:54:55 +05:30
parent 2e7b68bf74
commit 93e9d3cb5f
4 changed files with 14 additions and 4 deletions

View File

@@ -76,6 +76,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a regression that caused using the ``title`` command in session files
to stop working (:iss:`3676`)
- macOS: Fix a rare crash on exit (:iss:`3686`)
0.20.3 [2021-05-06]
----------------------