Lines Matching full:_commit
38 # at the end of __setitem__). This is only repaired when _commit()
39 # gets called. One place _commit() gets called is from __del__(),
42 # _commit() finish successfully, we can't ignore shutdown races
43 # here, and _commit() must not reference any globals.
44 _os = _os # for _commit()
45 _open = _open # for _commit()
93 def _commit(self):
94 # CAUTION: It's vital that _commit() succeed, and _commit() can
116 sync = _commit
185 # remain that way until _commit() is called. Note that this
187 # (so that _commit() never gets called).
192 # XXX It's unclear why we do a _commit() here (the code always
196 self._commit()
215 self._commit()