[issue45452] Support crash tolerance feature for gdbm module

Serhiy Storchaka report at bugs.python.org
Mon Oct 18 13:07:59 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The main concern is that it is not clear how to use this feature, and if it is not clear, it will not be used. I am not even sure that it is Pythonic, because I do not know how to use it. For example, can it be used to implement transactions? How it works with multithreading and multiprocessing if works at all? Does it restore after failure automatically or needs some user's action? And how do user can know that some actions are required?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45452>
_______________________________________


More information about the Python-bugs-list mailing list