On 5/01/2009 11:13 PM, M.-A. Lemburg wrote: > See above. Assertions are not meant to be checked in a production > build. You use debug builds for debugging such low-level things. Although ironically, assertions have been disabled in debug builds on Windows - http://bugs.python.org/issue4804 Cheers, Mark.