]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Module/script to parse the reference count data file and make the
authorFred Drake <fdrake@acm.org>
Wed, 20 Oct 1999 21:50:31 +0000 (21:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 20 Oct 1999 21:50:31 +0000 (21:50 +0000)
commitd6512808f0e5b0953367eeef5adc6a4a7aaaa8c4
treeab930518cf59d59e3ef37c2f93f0f1ebf3dad68c
parent805bf1b330aec153eb9a3487e48a9a0dc3b90503
Module/script to parse the reference count data file and make the
information accessible to Python.

When run as a script, just dumps the information back out in the data
format, with functions in sorted order and a blank line between
different functions.

Still need to apply the information somehow.
Doc/tools/refcounts.py [new file with mode: 0644]