This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2003-04-23.18:11:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

A suggestion: put some static global counters in the new
code that count how many times each of the significant
branches are taken, and a little routine that prints out the
counts on exit. Then people can run various benchmarks and
report the numbers, and that may help you decide which paths
are worth more work...
History
Date User Action Args
2007-08-23 15:21:37adminlinkissue709744 messages
2007-08-23 15:21:37admincreate