278/fix-variable-errors-on-python-3-8 #279

Merged
blacklight merged 5 commits from 278/fix-variable-errors-on-python-3-8 into master 2023-08-18 17:25:09 +02:00
Owner

Closes

Closes #278
blacklight added the
bug
label 2023-08-18 15:54:30 +02:00
blacklight self-assigned this 2023-08-18 15:54:30 +02:00
blacklight added 2 commits 2023-08-18 15:54:30 +02:00
We should load the latest timestamps from the db when the thread starts
instead of doing it in the constructor.

The constructor may be invoked when the entities engine hasn't been
initialized yet, and result in deadlocks.
blacklight added 3 commits 2023-08-18 17:21:39 +02:00
This syntax is not supported on Python < 3.9, and therefore it should be
broken down as a multi-line statement.
The combination of `@property` + `@classmethod` isn't supported on
Python < 3.9.
Again, Python < 3.9 doesn't like the combination of `@property` +
`@classmethod`.
blacklight changed title from WIP: 278/fix-variable-errors-on-python-3-8 to 278/fix-variable-errors-on-python-3-8 2023-08-18 17:22:46 +02:00
blacklight merged commit 3236e235ef into master 2023-08-18 17:25:09 +02:00
blacklight deleted branch 278/fix-variable-errors-on-python-3-8 2023-08-18 17:25:09 +02:00
Sign in to join this conversation.
No description provided.