Python’s Type System

status:Work In Progress

An overview of the history and functionality of Python’s type system.

This page is an outgrowth of a work I’ve been doing for adding a C version of collections.OrderedDict to CPython. It also relates to the SimpleNamespace type I added for sys.implementation.

A High-level Overview of Python’s Type System

<TBD>