Commit 02351cf5 authored by Tim Peters's avatar Tim Peters

Reverting my last checkin -- it causes at least two tests to fail. The

problem is likely somewhere else, but I'm not going to stay up tonight
sorting this out.
parent b278ca15
......@@ -13,7 +13,7 @@
##############################################################################
"""Database connection support
$Id: Connection.py,v 1.110 2004/01/06 02:30:44 tim_one Exp $"""
$Id: Connection.py,v 1.111 2004/01/06 03:05:45 tim_one Exp $"""
import logging
import sys
......@@ -532,7 +532,6 @@ class Connection(ExportImport, object):
self._noncurrent[obj._p_oid] = True
self._reader.setGhostState(obj, data)
obj._p_serial = start
return True
def _handle_independent(self, obj):
# Helper method for setstate() handles possibly independent objects
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment