Description
Patch Python built-in objects at runtime. It enables unusual metaprogramming experiments where behavior of core types needs to be changed for a controlled purpose.
This is risky developer tooling. Patching built-ins can confuse libraries, break assumptions, and make debugging difficult, so it should be used only in tightly controlled code, never as casual application infrastructure.