Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,alt.folklore.computers Subject: Re: naughty Python Date: 5 Jan 2026 04:17:08 GMT Lines: 21 Message-ID: References: <79ScnZHy-uXnP8n0nZ2dnZfqnPadnZ2d@giganews.com> <4oycne7Wk4RQ6sj0nZ2dnZfqnPidnZ2d@giganews.com> <10j48fv$2t1h9$12@dont-email.me> <10j5qgf$3etcd$6@dont-email.me> <10j60bb$3hhps$1@dont-email.me> <10j6n9s$3q8au$2@dont-email.me> <10j71fr$3rnk5$1@paganini.bofh.team> <10j88fb$at2l$2@dont-email.me> <20260102084925.000040b5@gmail.com> <10j9dis$mp8i$15@dont-email.me> <10j9f57$ovkv$2@dont-email.me> <10ja075$ukrb$2@dont-email.me> <10jdv8g$22nf7$3@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net aEIVxNORKR+l8em8BAr11Q7XPPyeOe9wfItLg+M2sibU9LbLSO Cancel-Lock: sha1:qSPqQMFQxuKAcfEFxXxMF0JA3nw= sha256:G+Tw1adHNewll8EKfbYgm0vt437ZaUnXbCvWdUDUg1c= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:80498 alt.folklore.computers:233177 On Sun, 04 Jan 2026 19:41:12 GMT, Charlie Gibbs wrote: > On 2026-01-04, Niklas Karlsson wrote: > >> On 2026-01-04, Peter Flass wrote: >> >>> I look at some code and wonder "how the heck has this ever worked?", >>> but the answer is that no one ever hit that combination of things >>> before, or used that option. >> >> That's certainly the sensible explanation, but I've had scenarios like >> that, even with my own code from the past, where I could swear up and >> down that I myself had successfully used that code in the exact >> scenario that would obviously break. > > Yup. Sounds like a Schrodinbug. It should have never worked, but it > does until you look at it - and then it never works again. Conversely, it fails until you log a debug statement to see what's going on and it works. I'd never, never just leave the debug in place, no siree.