Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 27cb64e commit 4b08a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/breeze_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ def _get_theme_macos_impl() -> ThemeFn:

def get_theme_func() -> Theme:
'''Get the theme with all our internal helpers.'''
import faulthandler
faulthandler.enable()
pool = msg(auto_release_pool, _register_name(objc, 'alloc'))
# pool = msg(pool, _register_name(objc, 'init'))
# std_user_defaults = msg(user_defaults, _register_name(objc, 'standardUserDefaults'))
Expand Down

0 comments on commit 4b08a61

Please sign in to comment.