CPython codebase has two hidden Easter eggs related to xkcd comics. One is the well-known 'import antigravity', while the lesser-known one involves error messages inspired by xkcd. In debug builds, control reaching an unreachable state triggers xkcd-related messages. These messages are based on xkcd issue 2200, with a special definition when 'RANDALL_WAS_HERE' is enabled, referencing the comic's creator, Randall Munroe.
1 Comment
Sort: