Skip to content

Ignored "SystemExit: 0" exception on exit #80

Description

@z3ntu

Hi, when killing an application using daemonize with e.g. pkill this following warning(?) appears since Python 3.10 I believe

Exception ignored in atexit callback: <bound method Daemonize.exit of <daemonize.Daemonize object at 0x7fa00ab1bb80>>
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/daemonize.py", line 72, in exit
    sys.exit(0)
SystemExit: 0

Is there something I can do in the application to remove this warning or something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions