[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.37.12.10

Jim Fulton jim@digicool.com
Tue, 26 Dec 2000 16:03:53 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/tmp/cvs-serv1426

Modified Files:
      Tag: Zope-2_2-branch
	FileStorage.py 
Log Message:
Changed pack to get (and release) commit lock while packing.
This is to prevent some unlikely errors that can occur when a 
transaction is being committed when the data modified by the
transaction are getting moved around by packing.