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.

3m read timeFrom blog.codingconfessions.com
Post cover image
Table of contents
The Unreachable CodeLive Session: Live Coding a Bytecode Interpreter for Python
1 Comment

Sort: