TIL (Today I Learned)

The TIL series of articles contains very short articles documenting something I learned “today”.

Today I learned that collections.deque is implemented as a doubly-linked list of blocks.

Today I learned Python 3.15 will get a new sentinel built-in.