This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

These things still need attention:

Lessons Learned

Visual Studio / Code Coverage Tools

If anyone uses Windows and is planning to use C code coverage tools to possibly look at improving the test suite, or perhaps for profiling, they might want to obtain them well in advance of a sprint.

I was unable to locate any free tools which worked with Visual Studio, and any commercial ones which even vaguely claimed to do so generally required an indefinite delay after submitting a marketing related form before you could access a downloadable trial version. Perhaps instead of applying for a trial version, it might be worthwhile to apply for a free license for Python development.

Here are the code coverage capable tools which I tried to obtain and use, and short notes about them:

Here is another possibility, which I did not know about at the sprint:


2026-02-14 16:09