move_message()
should use renameat2
on non-ancient Linux
#42
Milestone
move_message()
should use renameat2
on non-ancient Linux
#42
Now that CentOS 7 is history, we could use an atomic file swap: https://github.com/jordemort/python-renameat2
Also need to package the dependency in the COPR repo.
Note to self: atomicswap is somewhat related, supports also Windows and MacOS but only provides the "swap" part, not the atomic rename (and is Python 3.7+).
The text was updated successfully, but these errors were encountered: