vdirsyncer/vdirsyncer
Hugo Osvaldo Barrera 78f41d32ce Explicitly close status database
Using `__del__` often closes the database on a different thread, which
is not supported by the sqlite module and produces a different warning.

Explicitly close the status database everywhere it is used.
2025-08-25 17:33:20 +02:00
..
cli Explicitly close status database 2025-08-25 17:33:20 +02:00
storage Update linting tools 2025-04-07 18:42:07 +02:00
sync Explicitly close status database 2025-08-25 17:33:20 +02:00
__init__.py Drop support for Python 3.7 2025-04-07 18:39:52 +02:00
__main__.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
exceptions.py Pre-commit autoupdate 2024-01-31 19:08:25 +01:00
http.py Add some missing type hints 2025-04-07 18:40:34 +02:00
metasync.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
repair.py Update linting tools 2025-04-07 18:42:07 +02:00
utils.py Document checkfile() 2025-04-09 14:00:40 +02:00
vobject.py Fix _Component.__delitem__ with adjacent identical keys 2024-12-20 01:43:15 +00:00