Lines Matching defs:_commit
39 # at the end of __setitem__). This is only repaired when _commit()
40 # gets called. One place _commit() gets called is from __del__(),
43 # _commit() finish successfully, we can't ignore shutdown races
44 # here, and _commit() must not reference any globals.
45 _os = _os # for _commit()
46 _io = _io # for _commit()
113 def _commit(self):
114 # CAUTION: It's vital that _commit() succeed, and _commit() can
138 sync = _commit
220 # remain that way until _commit() is called. Note that this
222 # (so that _commit() never gets called).
233 # XXX It's unclear why we do a _commit() here (the code always
237 self._commit()
275 self._commit()