Recently, I ran into some difficultly getting lxml to compile and work. It was crashing mysteriously on the seemingly-innocuous fread()
. After many days of debugging, I stumbled upon the cause:
Each copy of the CRT library has a separate and distinct state. As such, CRT objects such as file handles ...