[Python-Dev] code coverage updated

Skip Montanaro skip@pobox.com
Wed, 12 Jun 2002 14:43:18 -0500


I updated the C and Python code coverage information at

    http://manatee.mojam.com/~skip/python/Python/dist/src/

Something changed about how gcov works, so all the .gcov files got dumped
into the top-level directory.  Accordingly, I needed to make a couple
changes to get the tables to display again, and all the .c file info is
jumbled together.  I don't think there are actually any name conflicts in
the Python C source, so the information there should be okay.  If I get a
few more minutes I will see if I can fix the problem.

Skip