-
Committer:
John Arbash Meinel
-
Date:
2009-11-06 03:21:11 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4814.
-
Revision ID:
john@arbash-meinel.com-20091106032111-0gs6xeq14qxv0erm
Wrap the core groupcompress.create_delta calls with 'with nogil' statements.
This requires pyrex 0.9.6+, but it basically frees the gil for the duration
and allows another thread to run. Not sure if it will impact bzr
much, as we don't use a lot of threads, but it seems a reasonable thing
to do.