mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 22:24:24 +02:00
Fix a crash on exit on macOS
Calling Python API functions is not allowed in atexit handlers. Fixes #3686
This commit is contained in:
@@ -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]
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user