/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: John Arbash Meinel
  • Date: 2009-11-06 18:05:03 UTC
  • Revision ID: john@arbash-meinel.com-20091106180503-q3hcg1nxmut5b2cb
Stop holding the gil while extracting data.

Previous experience has shown that we don't really spend a lot
of time here, but there isn't any reason to hold the lock while
we do it anyway.

Performance testing has shown that for bzr operations 'with nogil'
doesn't really do much, which was generally expected. Any variation
observed is within the noise margins.

This is mostly about 'the right thing to do', and potential
future work where we may actually use threads.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4596.1.6 16 years ago Martin Pool merge trunk 15.3 KB Diff Download File
test_annotate_iter.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 2.1 KB Diff Download File
test_get_file_mtime.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 1.6 KB Diff Download File
test_get_file_with_stat.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 1.9 KB Diff Download File
test_get_root_id.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 1.5 KB Diff Download File
test_get_symlink_target.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 2.2 KB Diff Download File
test_inv.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 6.4 KB Diff Download File
test_iter_search_rules.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 3 KB Diff Download File
test_list_files.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 4.4 KB Diff Download File
test_path_content_summary.py 4595.11.17 16 years ago Martin Pool Update tests for path_content_summary to reflect i 5.3 KB Diff Download File
test_revision_tree.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 1.2 KB Diff Download File
test_test_trees.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 13.8 KB Diff Download File
test_tree.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 10.8 KB Diff Download File
test_walkdirs.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 4.4 KB Diff Download File