1 Title: Fixed Check_MK check helper crashes related to loading of precompiled checks
10 The latest versions no longer read checks as plain text python files (Werk 6046).
11 The operation which generates the precompilated file was not atomic, so a file could
12 be partially written, while being read by another process.
13 This caused various exceptions in multiple checks.