[Zodb-checkins] CVS: Packages/StorageGC - CyclicGC.py:1.13
tim@digicool.com
tim@digicool.com
Mon, 23 Apr 2001 16:50:09 -0400 (EDT)
Update of /cvs-repository/Packages/StorageGC
In directory korak:/tmp/cvs-serv13603
Modified Files:
CyclicGC.py
Log Message:
Getting rid of the bool ISFREE slot removed the last use of the FALSE TRUE
globals, so get rid of them too.
--- Updated File CyclicGC.py in package Packages/StorageGC --
--- CyclicGC.py 2001/04/23 20:40:32 1.12
+++ CyclicGC.py 2001/04/23 20:50:08 1.13
@@ -128,8 +128,6 @@
# Special value for ADJRC field, impossible for a real refcount.
ADJRC_ISFREE = -_sys.maxint
-FALSE, TRUE = range(2)
-
class _TopologyError(Exception):
"""Internal exception raised when CycleGC detects changes in topology.