~jameinel/meliae/skip_static_type_traverse_bug_586122

  • Committer: John Arbash Meinel
  • Author(s): Gary Poster
  • Date: 2010-05-20 15:58:12 UTC
  • Revision ID: john@arbash-meinel.com-20100520155812-hccxcwfu9z8u4u5a
(bug #581918) Avoid pre-allocating a very large list during collapse_instance_dicts.

Instead, we use iteritems() and then delete everything at the end.
Filename Latest Rev Last Changed Committer Comment Size
..
meliae 65 14 years ago John Arbash Meinel Change the branding from 'memory_dump' to 'meliae' Diff
.bzrignore 65 14 years ago John Arbash Meinel Change the branding from 'memory_dump' to 'meliae' 66 bytes Diff Download File
CHANGES.txt 139 14 years ago John Arbash Meinel Merge the fixed CHANGES.txt 1.6 KB Diff Download File
COPYING.txt 63 14 years ago John Arbash Meinel Switch from GPL v2 or later, to LGPL 3 or later 34.3 KB Diff Download File
Makefile 73.1.3 14 years ago Robert Collins Support converting MemObjects into json. 125 bytes Diff Download File
README.txt 130 14 years ago John Arbash Meinel Rename README => README.txt, add CHANGES.txt 186 bytes Diff Download File
File remove_expensive_references.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 1.6 KB Diff Download File
run_tests.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 1 KB Diff Download File
setup.py 128 14 years ago John Arbash Meinel Depend on cython or pyrex being installed. Use Cy 3.1 KB Diff Download File
File strip_duplicates.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 3 KB Diff Download File
TODO.txt 58 15 years ago John Arbash Meinel Use the PyType_HasFeature(TP_FLAGS_HAVE_GC) to det 3.4 KB Diff Download File
track_memory.py 110 14 years ago John Arbash Meinel make PerformanceCounter.get_timer() public. Add a 2.2 KB Diff Download File