~jameinel/meliae/skip_static_type_traverse_bug_586122

  • Committer: John Arbash Meinel
  • Date: 2010-05-20 14:08:53 UTC
  • Revision ID: john@arbash-meinel.com-20100520140853-ob49gh91dx1g2bhg
Possibly fixes bug #428165.

I suppose it is possible that calling obj.flush()/obj.close() on the python
object doesn't actually flush the underlying FILE* object as gotten by
PyFile_AsFile. Anyway, we'll just call fflush() directly on the FILE handle
we got.
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