]> granicus.if.org Git - python/commit
Avoid deep recursion when reading the header of the log file.
authorFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:05:32 +0000 (22:05 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Oct 2001 22:05:32 +0000 (22:05 +0000)
commitd5d5a0404021300e35492a930854b4cd6bdc176d
tree15b76e9b2331f40acd8b6a62a4cfaec55df35fdd
parent687ae00460da9cac04eb1ba8f6f5ab4db25fbfc2
Avoid deep recursion when reading the header of the log file.
Add support for extracting function names from the log file, keeping the
extract-names-from-sources support as a fallback.
Lib/hotshot/log.py